Correct option is D
The
<BR> (line break) tag in HTML is used to break a line and start the following text from the next line. It is a self-closing tag that does not require a closing counterpart. This tag is commonly used for adding single-line spacing within text content.
Important Key Points:
1.
<BR> introduces a line break without starting a new block or paragraph.
2. It is useful in cases where text formatting requires manual line breaks without paragraph separation.
3. Unlike <P>, <BR> does not add extra spacing above or below the line.
Knowledge Booster:
·
<LINE>: This tag does not exist in HTML.
·
<LI>: Used for list items in ordered or unordered lists, not for line breaks.
·
<HR>: Creates a horizontal line (rule) across the page, not a line break.