Wednesday, August 22

Formating text

Formatting text to appear left, right or center. Also formatting usually comes in the paragraph tag.

A simple paragraph:

<p>This is a paragraph</p>

To format text or paragraphs use this tag:

<p align="center">Centered Paragraph</p>

<p align="left">Paragraph aligned to the left</p>

<p align="right">Paragraph aligned to the right</p>

The Paragraphs will now look like this:

Centered Paragraph



Paragraph aligned to the left



Paragraph aligned to the right



That's all you will need to know about formatting text for myspace!

No comments:


AddThis Social Bookmark Button