ricdesi
0
Q:

how to break the line in html

<p> I'm about to break the line <br> right there </p>
8
the <br> tag adds a break in lines. It can be used anywhere you want.

<p>It works <br> here</p>
1
With the aid of the tag  <br>  you are able to create a line break on your webpage.

the break tag does not require a closing tag
2
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
0

New to Communities?

Join the community