HTML/CSS/Table Tags/th

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

"th" Example

   <source lang="html4strict">
   

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

Bold and centered text
first column second column third column
       

</body> </html>


     </source>