HTML/CSS/Table Attributes/scope

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

"scope" specifies the group of cells to which header information on the current cell refers

   <source lang="html4strict">
   

<HTML> <BODY>

Header 1 Header 2 Header 3 Header 4 Header 5 Header 6
Row 1 Cell Cell Cell Cell info 1 Cell
Row 2 Cell Cell Cell Cell Cell
Row 3 Cell Cell Cell Cell Cell
Row 4 Cell info 2 Cell Cell Cell Cell

</BODY> </HTML>


     </source>