.........Example page below.................
This is an example page.
If you want to force a break in the text,
you use the <br> command.
Second paragraph.
Keep adding those <p> paragraph commands and make more paragraphs.
If you want to make a list of items, you can make:
Here is an example using a table to line up information real purty-like that shows you the easiest colors to use:
| Black = "#000000" | Green = "#008000" | ||
| Silver = "#C0C0C0" | Lime = "#00FF00" | ||
| Gray = "#808080" | Olive = "#808000" | ||
| White = "#FFFFFF" | Yellow = "#FFFF00" | ||
| Maroon = "#800000" | Navy = "#000080" | ||
| Red = "#FF0000" | Blue = "#0000FF" | ||
| Purple = "#800080" | Teal = "#008080" | ||
| Fuchsia = "#FF00FF" | Aqua = "#00FFFF" |
Note that white is in the above table (under gray), but it's kinda hard to see when a white background is used!
Here's a more useful table for you to copy:
| Put column 1 header here | Put column 2 header here | Put column 3 header here |
|---|---|---|
| put first data here | put next data here | put next data here |
| put next row's data here | etc. | etc. |
You probably will want to link to other documents. Don't click on the following links - they are just for you to fill in the blanks!
If they are in the same directory as this document, put title of link here does the trick.
If you want to link to a document elsewhere on the web, use the full path name as in put title of link here to do the trick.
What would the web be without images? To display an image in a browser, it must be in jpeg or gif format. If you have one in the same directory, name of graph will do the trick.
If you want some more complex samples, try this one out.