Html br tag
Advertisements
Html br Tag in HTML
<br> tag are use for give the line break within any text line.
Example
<html> <body> <p>This is my first html code and now <br/> I am happy.</p> </body> </html>
Result
This is my first html code and now
I am happy.
<Note: ><br> tag no need to close the <br> tag.
Browser supported
Element | |||||
<br> | Yes | Yes | Yes | Yes | Yes |
Google Advertisment