'br' adds a new line to the web page : br : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » br »

 

'br' adds a new line to the web page



    
<html>
<head>
<title>br element example</title>
</head>
<body>
   <p>Line 1.<br> Line 2<br> Line 3.</p>
   <hr>
   <br>
   <hr>
   <hr>
</body>
</html>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» br