Multiple choice technology web technology

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

  1. <lb />

  2. <break />


  3. <cut />

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

The HTML line‑break element is <br>, a void element that inserts a newline. The other tags (,, ``) do not exist in HTML, confirming the stored answer as correct.