HTML br tag
In HTML <br> tag is used to break line in a paragraph. We can use <br> tag anywhere in paragraph. <br> tag don’t have any colsing tag so it can used in simple Also this tag is not used to give space in paragrahps. <br> tag is only used to break line in a paragraph.
Example <br> Tag
<p>webcodeschool.com provide you the tutorial for HTML, CSS, PHP, javascript, jquery and many more. <br>Web Code School will teach you the web development technologies with the real practice examples.</p> |
OutPut
webcodeschool.com provide you the tutorial for HTML, CSS, PHP, javascript, jquery and many more.
Web Code School will teach you the web development technologies with the real practice examples.