Document Spacing Tags
These tags are the tags that keep your page together. They define the
paragraphs, spaces, and notes within your page.
P
This is the paragraph tag. The ending tag /P is optional. Use the paragraph tag
anywhere you want a blank line after some text. One thing to remember is that
you cannot use multiple paragraph tags in a row. The browsers will simply
ignore all but the first tag.
BR
This is the line break tag. There is no ending tag. Use the BR tag anywhere you
want your text to start on the next line (without a space). Most browsers will
assign space for every BR tag that you use, so if you want a large gap of white
space, you can use several BR tags in a row.
BLOCKQUOTE
This is the indenting tag. The ending tag /BLOCKQUOTE is required. Use this tag
to indent your text a few spaces (how many is up to the browser). If you nest
this tag (use several of them in a row), the text will be further indented.
Some browsers indent on both sides of the screen, and some only indent on the
left.
|