0% found this document useful (0 votes)
19 views1 page

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.

Uploaded by

Alex Mociran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

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.

Uploaded by

Alex Mociran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
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.

You might also like