HTML: modifying web pages Self Assessment

Some questions to ask yourself as you proceed:
  • Do you understand the essential structure of an HTML document as marked up text, or equivalently as recursive containers or as a tree?
  • Can you make changes to the code and predict how your changes will change the appearance of the web page?
  • Do you understand and can edit text, colour, images, links, lists, tables and styles?
  • Do you understand that all changes to appearance happen through changes to the code?
  • Do you undertstand how the code is just another way of representing data and is to be used as a tool?