HTML - Tags - <br>

#21 of 147
br

 <html>
 <body>
     <p>
         Jack pointed down.<br/>
         "That's where we landed."<br/>
     </p>
 </body>
 </html>
 

The br element creates a line break.

A live example:


Jack pointed down.
"That's where we landed."


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath