QUESTION IMAGE
Question
- what will this code write on the page- <hr>? *
a heading
a horizontal line across the page
nothing without a </hr>
Brief Explanations
In HTML, the <hr> tag is a self - closing tag used to create a horizontal line across the page. It doesn't require a closing </hr> tag as it doesn't enclose any content. It is not used for headings.
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
B. A horizontal line across the page