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






'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