Line Breaks

The final tag to learn in this section is the Line Break. A line break is similar to a paragraph break, but it does NOT create a blank line. The line break tag looks like this:

<br>

It may not make any sense until you see the line break in action. Compare the difference:


This

block

uses

paragraph breaks <p>


this
block
uses
line breaks <br>


Now, take your History Of The Internet web page and look at the references section. Create a line break after each URL with the <br> tag.

Compare your work to THIS sample!