Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

14. which of the following does not need an end tag? <li> <ul> <hr> <h1>

Question

  1. which of the following does not need an end tag? <li> <ul> <hr> <h1>

Explanation:

Brief Explanations

In HTML, <li> (list - item), <ul> (unordered list), and <h1> (heading 1) are container elements that require an end - tag to close the element's scope. The <hr> (horizontal rule) is a self - closing tag and does not need an end - tag.

Answer:

C. <hr>