Which of the following tag is used to insert a line-break in HTML? code example
Example: how to do a line break in html
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>