How to break line in Html
To Add line break in Html we can use br tag
What is Br tag - br tag is a builtin program/tag
In Html,that is use for break any line in page.
Writting method -
<br>
Example -
<html>
<body>
Here you can write any text in which we want to add line break,<br>so here we can seen that
</body>
</html>
Output- Here you can write any text in which we want to add line break,
So here we can seen that
Comments
Post a Comment