28.
Which HTML element is used to insert a line break?
<break>
<line>
<lb>
<br>
Correct: D
The correct HTML element for inserting a line break is the <br> tag. This tag is a self-closing tag and does not require a closing tag. It is commonly used to add line breaks or create new lines of text within a paragraph or heading.