HTML/CSS/Table Attributes/colspan

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

"colspan" sets how many columns in a table a particular cell can span

   <source lang="html4strict">
   

<HTML> <BODY>

tHeader (3 cells spanned) Second Header
Cell 1 content Cell 2 content Cell 3 content Cell 4 content

</BODY> </HTML>


     </source>