0
<!DOCTYPE html>
<html>
<body>
 <h1>The br element</h1>
 <p>Welcome<br> to <br> Workingcode.in.</p>
 </body>
</html>

Output:
The br element
Welcome
to
Workingcode.in.

How to Insert single line breaks in a text using tag HTML
Expert Asked question July 18, 2023