Answers for "How do I put text on the next line in HTML?"

9

how to make new line in html paragraph

<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>
Posted by: Guest on April-24-2020
3

html put newline in text with \n

white-space: pre-line;
Posted by: Guest on April-06-2020

Code answers related to "How do I put text on the next line in HTML?"

Browse Popular Code Answers by Language