'br' adds a new line to the web page : br « Tags « HTML / CSS

HTML / CSS » 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>
           
      
        
  
Related examples in the same category
1.Line breaks
2.Hide the
for form layout
3.Double
with line-height to create a Linebreak
4.'clear' create space around the area of a 'br' element
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.