JOMC 050 Web Publishing
TIPS AND REMINDERS
 

THREE SIMPLE RULES:
 

1. <I'm a TAG>:
TAGS are commands that tell browsers what to do. The are bounded by <brackets>.
TAGS are case insensitive, which means you can use <html>, <htML> or <HTML>.

2. <center> and <h1> are examples of BEGINNING TAGS and
</CENTER> and </H1> are examples of END TAGS.
The BEGINNING TAG turns the command on and the END TAG turns the command off.
You have to use both for most tags.

3.  All HTML files should end with .htm or .html
A browser will not be able to read the file without one of these two endings.
 

TOP TEN THINGS TO REMEMBER FOR YOUR PAGES:

1. Make sure your homepage is named index.htm or index.html

2. Make sure all of your pages link to each other.

3. Make sure all of your images have an ALT tag.

4. Make sure you have at least five links to other sites from your homepage.

5. Remember to include a link to your email address.

6. Make sure you change the date the page was revised.

7. Be sure to set permissions for each page and each image file (use Fetch).

8. Include at least one picture that you scanned yourself.

9. Check all of your pages for spelling mistakes and typos.

10. Include the URL of your pages when you print them out (don't write them in by hand).
 
 

HERE ARE THE TEMPLATES