HTML/CSS/Table Attributes/cols

Материал из Web эксперт
Перейти к: навигация, поиск

"cols" establishes the number of columns in a table

   <source lang="html4strict">
   

<HTML> <BODY>

Row 1, Column 1 Row 1, Column 2 Row 1, Column 3 Row 1, Column 4
Row 2, Column 1 Row 2, Column 2 Row 2, Column 3 Row 2, Column 4

</BODY> </HTML>


     </source>