You should have:
- A site root folder, inside of which you have:
- An index.html file - that's the HTML for your homepage
- A CSS folder
- An images folder
- A JavaScript folder.
- Other .html webpages for that website.
https://meyerweb.com/eric/tools/css/reset/There, you can also find an excellent blog piece by Mayer, about why this is necessary.
![]() |
Border Box Model |
When you begin to build your website, it's a very clever idea to organize your files and folders efficiently. You should have: A ...