HTML/CSS/Table Tags/tr

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

"tr" Example

   <source lang="html4strict">
   

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

Cell 1 Cell 2
Cell 3 Cell 4

</body> </html>


     </source>