HTML/CSS/Table Tags/table tag

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

"table" Example

   <source lang="html4strict">
   

<html> <head> <title>col element example</title> </head> <body>

<col style="color:maroon"> <col style="color:red">
col 1: maroon col 2: red
col 1: maroon col 2: red

</body> </html>


     </source>