[Site Index | Art | Poetry | Writing | Books and Authors | Help!! | About Me! | Rings | LOTR]

How to Get Started

With the Paragraph and Line Break Tags

You can make text formatted more to your liking by using these two tags:

<P> the Paragraph tag. Acts like 2 hits on the Enter key and is especially useful for setting off images so that there is a little space between text and image and to center the image. Center by adding the attribute ALIGN like this

<P ALIGN="center">
type your paragraph here (or place your image code here)
</P>
<BR> the BReak tag acts like one hit on the Enter key. It's called an "empty" tag because it doesn't need to have an ending tag. You just put it at the place where you would normally hit the 'Enter' key while typing:
You are typing along and now you want to stop,<BR>
so that your line begins at the left again.<BR>
This is especially useful for poetry...=)<BR>
It also works for setting off an image to its own line.
See my Computer Stuff page for links to places on the web where you can learn how to use HTML.

Last updated: October 22, 2002.