ScoilNet Web Publishing Centre
Glossary
Writing for the Web
Using a Web Editor
Web Graphics
HTML Basics
1 Details
2 Resources
3 Step-by-Step
Web Site Interaction
Web Publishing Tools
Uploading a Web Site

  1  2  3  4  5  6  7  8

Using HTML - Details

Common Errors

Often when you create a page, what you see in the final product is not what you intended or expected to create. Usually this is due to a typing error so here are some pointers to assist you.

  • Capital O and 0 (zero) confusion, especially when specifying colours.
  • HTML uses American spelling: check you have used CENTER and COLOR.
  • Missing quotation marks (").
  • Missing tag bracket, (> or <).
  • Missing closing tag. If you wanted to embolden a line using <B> and forgot to end the instruction using </B>, subsequent text will also be formatted bold.
  • Word merge: e.g. <IMGSRC=> instead of <IMG SRC=>
  • Word fragment: e.g. <CELL SPACING=> instead of <CELLSPACING=>
  • Image won't load:
    • check that the image exists, or is in the correct folder.
    • check that the image name used in the <IMG SRC> tag is the same as the name of the image,e.g. the target name might be "history.GIF" rather than "history.gif".