<br> for line break

<br> element introduces a line break.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
This is the first line.<br/> 
This is the second line.<br/> 
A third line.
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: