QUESTION IMAGE
Question
- which of the following does not need an end tag? <li> <ul> <hr> <h1>
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <hr>