<!doctype html>
<html lang="en">
<head>
<title>HTML Paragraph With Line Break</title>
</head>
<body>
<h2>HTML Paragraph With Line Break</h2>
<p>This is my paragraph with<br> line break</p>
</body>
</html>
Go to Tutorialdeep Homepage