Tuesday 23 October 2012

WEb Design week 3

We learned how to keep or mark up clean. ie neat 

We also did a file structure to keep it organised.
  1. html
  2. css
  3. img
  4. js
All our html pages go into the html folder. The css goes within the css folder. etc


We link our page together using 
  • <a href = "name of file"> Example </a>
to go back a directory we use a ../

example <a href = "index.html"> Home </a>    - links to our index page or home

No comments:

Post a Comment