Multiple choice technology web technology What is the correct HTML tag for inserting a line break? <lb /> <break /> <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.