News GoLive Help and Tutorials HTML Help and Tutorials JavaScript Help and Tutorials Links, Files, and Resources Contact and Contribution Info
 
   
HTML Tutorial
HTML Basics : Paragraphs / Lines

New Paragraphs / New Lines

This is also simple. To take a new paragraph, you end the last paragraph and begin a new one with the paragraph tags: <P> and </P>. Example:

This is the first paragraph. <P>This is the first paragraph.</P>

This is the second paragraph. <P>This is the second paragraph.</P>

You'll note that in HTML, new paragraphs leave a space of about one line after the last paragraph. When you don't want to have this space, but you do definitely want to take a new line, you just insert the line-break tag: <BR>. Example:

This is the first line.
This is the second line.

This is the first line.<BR>This is the second line.

Back to HTML Basics

  
These tutorials were contributed by Matt Ridley. If you have any questions, corrections, or suggestions on how to improve it, you may email him at mattman@mattman.net. Visit his own site at http://www.mattman.net.

Matt currently works for the GoLive Technical Support Center, and regularly shares his knowledge with users of the GoLive Talk List.

Sources: Personal experience.


Back to HTML Tutorials

Design and Content ©1999 WebDawn Multimedia. View our Copyright Notice.
Send Comments and Feedback to the WebMaster.