Home  »  HTML   »   table

This starts defining a table. This tag is a container element for all the other tag that defines table like tr,td,th,body,thead

border

represents the border width of the table.

  • pixels - value 0 means no border.

HTML table Example:
Edit Example

A table tag is a special type of HTML tag that tells a web browser to create a table. When you use a table tag, the web browser displays the table on the screen. You can use a table tag to display data in a spreadsheet, for example.