Phoebe Moon - Free Resources for Web Site Creation   Phoebe Moon - Free Resources for Web Site Creation
 

PhoebeMoon - Free Design Resources for Websites that Work! Getting Under the Hood - the HTML Connection

Continued from chapter two 

Chapter Three:

All websites are designed using HTML, even if you are using a web design package such as FrontPage or Dreamweaver.  HTML stands for Hyper Text Markup Language and is the method browsers such as Netscape Navigator, Microsoft Internet Explorer or Opera use to decide how your website looks. Using clean HTML helps these browsers to show your website the same way each time.  It is a good idea both for your visitors and for search engine optimization. 

 

Keep the code on your page to a minimum to reduce downloading times. For example, rather than include long and messy JavaScript in the code, use a link to an external JS.  Instead of marking up each element, use an external stylesheet. Using CSS helps you control the total overall experience of the user, and can be changed at the click of a mouse. Don't fall into the trap of filling up your <HEAD> with a lot of useless junk. All you really need is:

  • Title Tag - a very important factor for search engine optimization. This should accurately describe each individual page in a short sentence, which sells the product on that page. No more than 60 characters.  Create enthusiasm in this title.

  • Meta Tag Description - In a complete sentence of 15 words or less, describe the page using action verbs and preferably a call for action. Include your location if applicable. 

  • Meta Tag Keywords - very few search engines still use this Meta tag. Use it anyway, but only list the top 10 or so keywords on that page.

If this whole page made no sense to you, check out our book section.  Elizabeth Castro writes wonderful, easily understood books on all things web. 

Homework: Use the Meta Tag generator  to help set up the basic HTML.   

Chapter Four:

Linking for Success - more important than ever ]

 
Phoebe Moon - Free Resources for Web Site Creation   Phoebe Moon - Free Resources for Web Site Creation