index.html all lowercase.- and kebab-case for naming element.├── root
│ │
│ ├── index.html
│ │
│ ├── contact.html
│ │
│ ├── img
│ │ ├── boat.png
│ │ └── ocean.jpeg
│ │
│ ├── css
│ │ └── styles.css
│ │
│ └── js
│ ├── script.js
│ └── more-js
│ └── modal.js