We also did a file structure to keep it organised.
- html
- css
- img
- 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