MCQ
What is the correct HTML element for inserting a line break?
A <lb>
B <break>
C <br>
D <newline>
Explanation

The <br> tag inserts a single line break. It is an empty element which means it has no closing tag.