YL html table tag

Post on 20-Jan-2015

576 views 3 download

description

YL html table tag

Transcript of 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.

Table Tag code

TABLE TAG OPEN

TABLE TAG CLOSEborder is showing

the outline of table

<tr> tag shows the table row

<th> tag shows the table heading

<td> tag define the table column

Output