Project work: Write HTML script for the following Use attributes of<Table> tag and <TR> tag
Answers
Answered by
0
Answer:
THATS IT
Explanation:
The <tr> element defines a table row..
The HTML <tr> element defines a row of cells in a table. The row's cells can then be established using a mix of <td> (data cell) and <th> (header cell) elements. \
o center align text in table cells, use the CSS property text-align. The <table> tag align attribute was used before, but HTML5 deprecated the attribute. Do not use it. So, use CSS to align text in table cells.
When writing in HTML, the <table> tag is a block element used to create a table. It is useful when you want to represent data using rows and columns. The basic elements that make up a table include <th>, <td>, and <tr>
Similar questions