Computer Science, asked by inkumonidevi987, 6 months ago

what is a Table? what is the tag to create table in Html?​


rishav3871mishra: Define an HTML Table
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.
rishav3871mishra: A simple HTML table:



Firstname
Lastname
Age


Jill
Smith
50


Eve
Jackson
94

rishav3871mishra: hope rhis answer helpful to you ❤️

Answers

Answered by Anonymous
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 Anonymous
48

 \huge {\mathcal{\purple{A}\green{N}\pink{S}\blue{W}\purple{E}\green{R}\pink{!}}}</p><p>

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