HTML Help
Back To Top
How can I change my font color?
Back To Top
How can I align my text?

How can I change my background color?

Back To Top
How do I add an "alt" tag to my text links? This will create a link for your text, but the actual url address won't be visible.
Copy and paste this HTML and enter your own information when directed.

Example of what link will look like!
Back To Top
How can I add a Page Anchors?
This works really well if you have long pages. Copy and paste this code where you want a link to another part of your page:

To tell the link where to go: Copy and paste this code and put it where you want the link to go on your page:

You can use any code word or number you want.
Back To Top
How do I make numbered (ordered) lists?
Making a numbered list is really easy, and it's a great tool for organizing information on your Web site. Just copy and paste this code into your html document (substitute your own information):

It will look like this:
1. cats
2. dogs
3. turtles
4. frogs
Sometimes your lists will be split up on your page between headers, and you may need to start a list from a different number. Replace the tag with this tag,
remember to replace the "5" with whatever number you need to start with:
5. HTML
6. CSS
7. Frames
8. Tables
Back To Top
How do I make a horizonal line?
You can set the width to be a percentage. To specify actual width, remove the percentage symbol and add your own width:

It would look like this:
Back To Top
How do I make vertical lines?
Without color:

With color:

Back To Top