br element
<br /> (Break element)
Explanation
br element inserts single line break in between the contents.
<br />Title<br />
<br />Content<br />
Example Code:
Result :
Hscripts
Hscripts website offers a collection of quality webmaster resources.
Hscripts site offers tools for web masters and developers.
- User must use this tag as like <br />.
But if it is used like <br> then it will result in error.
- No end/close tag is required for <br />.
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all the web browsers.