Computer Science, asked by vk6244051, 3 months ago

what tags are used to create a table in HTML documents ​

Answers

Answered by Anonymous
2

Answer:

<table> tag is used to create a table. In HTML a table is considered as a group of rows containing each a group of cells.

...

Below are some of the tags used in the table.

<tr> Tag. ...

<td> Tag. ...

<th> Tag. ...

<bgcolor> Tag. ...

<caption> Tag. ...

Cell Spanning. ...

<thead> Tag. ...

<tbody> Tag.

Similar questions