An HTML table is defined with the <table> tag, with each row defined using <tr> and headings defined using <th>, which are bold and centered by default. Table cells are defined with the <td> tag.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views
Defining An HTML Table
An HTML table is defined with the <table> tag, with each row defined using <tr> and headings defined using <th>, which are bold and centered by default. Table cells are defined with the <td> tag.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Defining an HTML Table
An HTML table is defined with the <table> tag.
Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag.