please help me if you know the answer
Answers
Explanation:
I CAN'T UNDERSTAND IT
AND SORRY FOR THAT
.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.
.The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. The <li> tag is used to define each list item. ... Tip: For unordered list, use the <ul> tag.
.The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements).
.The HTML <li> element is used to represent an item in a list. It must be contained in a parent element
.The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.