Q.2. Fill in the blanks.
i) An ordered list begins with the.........tag and ends with the ......tag.
(ii)The ....property specifies the distance between the content in a cell and its border.
iii) Each table row is interpreted with a .....tag.
iv) The ....tag describes the data item.
v) The ....tag is used to define each term in the list.
Answers
Answered by
4
Answer:
Explanation:
i)The tag <OL> indicates the start of a ordered(numbered) list while </OL> signals the end of the list.
ii)border-spacing property
iii) <tr>
iv)<dd>
v)<dl>
Similar questions