what is the use ot<DR>tag and <TR>tag
Answers
Answered by
2
Explanation:
tr defines a row in table
Answered by
1
Answer: This may help you
Explanation:
The HTML <br> tag is used for creating the 'br' element, which represents a line break in an HTML document. The <br> element is classified as a "void element" as it has no content. This also means that no end tag is required (or allowed for that matter).
The HTML <tr> tag represents a row of cells in an HTML table. The <tr> element is a crucial part of any HTML table because the cells that it represents, provide the data that is presented in the table.
Similar questions