Paragraph <P> ... </P>

Read this tip to make your life smarter, better, faster and wiser. LifeTips is the place to go when you need to know about Tags Defined and other Html topics.

How do I format a paragraph in HTML?

Paragraph <P> ... </P>


Definition:

Defines paragraph boundries for normal text. A line break and carriage return occurs when this tag is placed.

Attributes:

ALIGN="(LEFT|CENTER|RIGHT|JUSTIFY)"

Suggested Usage:

For good writing style use paragraphs to break the flow of ideas or information into related chunks. Easier formatting than using line breaks. The closing tag(</P>) is optional.

Example:

<P your paragraph content here. Instead of using the line break tag to force a carriage return, use the paragraph tag to control the entire paragraph.</P>

   

Comments

Nobody has commented on this tip yet. Be the first.



Name:


URL: (optional)


Comment:


Not finding the advice and tips you need on this Html Tip Site? Request a Tip Now!


Guru Spotlight
Sheri Ann Richerson