<br />
<br /> tag will be used to break the content to next line.
Syntax:
<br />
Example:
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
<p>
This example will let you know how to use &lt;br /&gt; tag.<br />
One br given before this line.<br />
<br />
<br />
Three br's given before this line.
</p>
</body>
</html>
Output:
This example will let you know how to use <br /> tag.
One br given before this line.
Three br's given before this line.
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma