Use of Br Tag

 


Break Tag <br>

This tag is use to break the sentence from the paragraph. This tag is empty tag ,means you don't need to close the tag.

In simple word this is the enter button of the keyboard, when you write some paragraph on MS Word ,if you want make the sentence below then you click on enter and the sentence goes down, just like that <br> works .

Code for <br> : 

<html>
<head>
<title>paragraph</title>
</head>
<body>
<h2> Heading</h2>
<p> 
Contrary to popular belief, Lorem Ipsum is <br>
not simply random text. It has roots in a piece of<br>
classical Latin literature from 45 BC, making it over <br>
2000 years old. Richard McClintock, a Latin professor <br>
at Hampden-Sydney  
</p>
</body>
</html>

Output:




Hope you understand the use of <br> if you are facing any problem then comment below ,i will help you.


0 comments: