YL html table tag

6
Table tag The <table> tag defines an HTML table. A simple HTML table consists of the table element and one or more tr, th, and td elements. The tr element defines a table row The th element defines a table header The td element defines a table cell.

description

YL html table tag

Transcript of YL html table tag

Page 1: YL html table tag

Table tag The <table> tag defines an HTML table.

A simple HTML table consists of the table element and one or more tr, th, and td elements.

The tr element defines a table row

The th element defines a table header

The td element defines a table cell.

Page 2: YL html table tag

Table Tag code

Page 3: YL html table tag

TABLE TAG OPEN

TABLE TAG CLOSEborder is showing

the outline of table

Page 4: YL html table tag

<tr> tag shows the table row

<th> tag shows the table heading

Page 5: YL html table tag

<td> tag define the table column

Page 6: YL html table tag

Output