Answers for "in html what should i use if i want to use the same line and not go to the next line"

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
1

html with new line \n

<span style="white-space: pre-line">@Model.CommentText</span>
Posted by: Guest on July-09-2021

Code answers related to "in html what should i use if i want to use the same line and not go to the next line"

Browse Popular Code Answers by Language