Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<html>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="yellow">
<td>html kol 1</td>
<td>html kol 2</td>
<td>html kol 3</td>
<td>html kol 4</td>
<td>html kol 5</td>
</tr>
<tr bgcolor="green">
<td>html kol 1</td>
<td>html kol 2</td>
<td>html kol 3</td>
<td>html kol 4</td>
<td>html kol 5</td>
</tr>
</html>
Так, ещё не совсем то, нать чтобы разделители между колонками были
<html>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr bgcolor="yellow">
<td>html kol 1</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 2</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 3</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 4</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 5</td>
</tr>
<tr bgcolor="green">
<td width="20%">html kol 1</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 2</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 3</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 4</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 5</td>
</tr>
</html>
Никак, для этого кртинка и нужна.Ну это уже картинка, не, это лишнее, а можно как то в первом варианте разделитель тоньше сделать, раза в два?
не надо делать.<td>html kol 1</td>
<td width="1" bgcolor="#000000"> </td>
<td width="20%">html kol 2</td>
Это сделает у ячейки тоненький бордюрчик.<td>html kol 1</td>
<td style="border-left: 1px solid #000000;">html kol 2</td>