Text Elements: Break and Paragraph Tags
The Return key does not create blank lines in Web pages.
The <BR> tag creates a single space.
This sentence will be separated from the next sentence by the break tag. <BR>
Notice the amount of space between these two sentences.
The <P> tag creates a double space
This sentence will be separated from the next sentence by the paragraph tag.<P>
Notice the amount of space between the two sentences.
In order to return four times, four <BR> tags, not two <P>, are needed
Return to Beginning
This resource was produced by the Boston College InfoEagle Team.
infoeagle@bc.edu