Paragraph with Line Break

Example showing line breaks using the br element.

Preview

Code

<p>
This is the first line.<br>
This is the second line.<br>
This is the third line.
</p>

More HTML Paragraphs Examples (6)