« Web, HTML, Tech Forum

Can I/how do I add linebreaks to text?

2 Replies

Sort Replies:

Reply by Gluma

posted

The site should be able to do it for you when you normally hit Enter :o but the HTML tag for a line break is <br>

It's special since you don't need to add an end tag to it! For example:

<p>This is paragraph one!</p>

<br>

<p>This is paragraph two!</p>


Permalink Report Reply

Reply by ee_is_tired

posted