How to write HTML

Web pages are written with HTML (Hyper Text Mark-up Language), which consists of nothing but plain text and so can be written in any text editor (such as Notepad). HTML is the glue which holds all the text, images, forms and multimedia together.

In these tutorials I'll endeavour to demonstrate how to write 'good' HTML.


  1. Basic structure of a document
  2. Adding structure to the content.
  3. Linking to other documents.
  4. Adding a bit of colour.
  5. Including images.
  6. What sort of images to use.
  7. Tables.
  8. More tables.
  9. Lists.
  10. More about linking.
  11. Next: Part 11, A touch of style.