Answers for "new tag without new line html"

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
2

html with new line \n

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

Browse Popular Code Answers by Language