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
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
represents the border width of the table.