write apout table in html 10 mark questions
Answers
Answered by
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
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