Multiple choice technology web technology

What is the correct HTML tag for inserting a line break?

  1. <break />


  2. <lb />

  3. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The
tag is the correct HTML element for line breaks. There is no or tag in HTML. The self-closing form with space before slash is XHTML-compatible practice.