HTML/CSS/Table Attributes/rowspan

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

"rowspan" determines how many table rows a cell can span

   <source lang="html4strict">
   

<HTML> <BODY>

Cell 1 Cell 2 Cell 3 Cell 4 Cell 5
Cell 7 Cell 9 Cell 10
Cell 6 Cell 11
Cell 12 Cell 8 Cell 13 Cell 14

</BODY> </HTML>


     </source>