Answers for "html break line without br"

16

how to break the line in html

<p> I'm about to break the line <br> right there </p>
Posted by: Guest on June-24-2020
0

html new line without <br

<pre>
Hello
Hello
</pre>
<pre> tag will print the content as it is.
<pre>

</pre>
It will will print a new line without <br> tag.
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language