Site hosted by Angelfire.com: Build your free website today!
Layout

The layout of your page is very important. You wouldn't want to have your writing all over the place any more than I would. Here I have put some of the most important Layout tags.

HeadingsGo

Paragraphsgo

Line breaksgo

Lists(Numbered)go

Lists(Bullet) go


Headings!

To make a heading is simple. You would write

<H1>Heading here</H1> You can also have<H2>, but the larger the number, the smaller the heading. If you wanted to Center your heading, you would write: <H1><Center>Heading here</Center></H1>

Paragraphs!!

Paragraphs are written like this:

<P>This is my paragraph BLA BLA BLA</p>



Line breaks

Lots of peopl use line breaks, and the code is quite simple:

<BR> is the code for a line break... See what I mean? SIMPLE!!!!!



Lists!!(Numbered)

Lots of webpages have lists, either numbered or bulleted. Here I will explain the numbered. To make a Numbered list, you would write

<OL><LI>First item<LI>Second item<LI>Third item</OL> This would look like this:

  1. First item
  2. Second item
  3. Third item

See what I mean?




Unordered lists!!

Unordered lists are just like ordered lists, but they do one thing different... They Have bullets instead of numbers. The code is this.

<UL><LI>Item one <LI>ITEM TWO <LI>ITEM THREE</UL> You see?¿? >

[Home] [The Basics] [Colors] [Layout] [Fun] [extras] [Making Links] [Fonts] [get a page] [Images] [links]