BREAK LINE TAG USE :-
<html>
<body>
<p>This is<br>a paragraph<br>with breaks.</p>
</body>
</html>
<html>
<body>
<p>This is<br>a paragraph<br>with breaks.</p>
</body>
</html>
OUTPUT:-
- The HTML <br> element defines a line break.
- Use <br> if you want a line break (a new line) without starting a new paragraph.
- The <br> tag is an empty tag, which means that it has no end tag.
No comments:
Post a Comment