what is a Table? what is the tag to create table in Html?
Firstname
Lastname
Age
Jill
Smith
50
Eve
Jackson
94
Answers
Answered by
3
Answer:
Constructing an HTML table consists of describing the table between the beginning table tag, <TABLE>, and the ending table table tag, </TABLE>. Between these tags, you then construct each row and each cell in the row.
Answered by
48
Constructing an HTML table consists of describing the table between the beginning table tag, <TABLE>, and the ending table table tag, </TABLE>. Between these tags, you then construct each row and each cell in the row.
Similar questions
The tag defines an HTML table.
Each table row is defined with a tag. Each table header is defined with a tag. Each table data/cell is defined with a tag.
By default, the text in elements are bold and centered.
By default, the text in elements are regular and left-aligned.