Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

23. what will this code write on the page- <hr>? * a heading a horizont…

Question

  1. what will this code write on the page- <hr>? *

a heading
a horizontal line across the page
nothing without a </hr>

Explanation:

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.

Answer:

B. A horizontal line across the page