Multiple choice technology web technology

What is the correct HTML tag for inserting a line break

  1. <break>

  2. <linebreak>


  3. <lb>

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

The
tag is the correct HTML element for inserting line breaks. It is a self-closing tag that creates a line break without starting a new paragraph. The other options (, , ) are not valid HTML tags.