<br>

Description

This element adds a new line break to the web page.


<br/>

Example


<html>
<body>
     <p>
          The p element.<br/>
          The br<br/> element adds a new line to the page.
     </p><!--from w w w.j a v a 2  s .c o m-->
</body>
</html>

Click to view the demo

The code above generates the following result.

br




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference