Back 
      Asignment Two
    - Analysing and explaining the source code in web pages
 These files should help you with this asignmnet 
  The basics of a HTML page 
  a simple html guide
  a slightly more advanced
  html guide with a bit of javascript
  The basics of style
  and CSS
          A bare bones guide
          to html more simple stuff
          The
          w3c (they define the web) guide to html, a bit more complex
          some more complex
    uses of scripting in HTML
If the above is abit scary read on.To see what very basic html does try this;
Type the following in to Word and save it in to my documents as a text file called chips.htm
<html>
<Head>
<Title> Chips are good</title>
<BODY BGCOLOR="ffff00">
</head>
<body>
< H2 align =CENTER>
  Chips are good</H1>
</Body>
</HTML>
Then open the file chips.htm with internet explorer
The pages you are going to look at ar more complicated but the principle is the same