HTML/CSS/Table Tags/caption

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

"caption" Example

   <source lang="html4strict">
   

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

Table 1-1. This is the caption for this table.
Cell 1 Cell 2
Cell 3 Cell 4

</body> </html>


     </source>