Вы находитесь на странице: 1из 3

TABLE HTML

An HTML structure for creating rows and


columns on a Web page. The Table tag defines
the overall table and the Table Row (TR) tag is
used to build each row. The Table Data (TD)
tag defines the actual data. Prior to HTML5,
tables were often used for virtually every
element on the page. To conform to HTML5,
tables should be used only for tabular data.
HTML Table Tags
Tag Description
<table> Defines a table
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
<col> Specifies column properties for each
column within a <colgroup> element
EXAMPLE OF TABLE HTML

Вам также может понравиться