English, asked by rbhavana8787, 4 months ago

write apout table in html 10 mark questions ​

Answers

Answered by peehuthakur
6

Explanation:

HTML tables allow web developers to arrange data into rows and columns.

...

HTML Table Tags.

Tag Description

<table> Defines a table

<th> Defines a header cell in a table

<tr> Defines a row in a table

<td> Defines a cell in a table

Answered by ritika123489
18

Answer:

The <table> tag defines an HTML table. Each table row is defined with a <tr> tag. ... Each table data/cell is defined with a <td> tag. By default, the text in <th> elements are bold and centered. By default, the text in <td> elements are regular and left-aligned.

Similar questions