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.
When you begin to build your website, it's a very clever idea to organize your files and folders efficiently. You should have: A ...