The client requested that their code to better follow accessibility standards in order to meet search engine optimisation requirements. Additionally, the code has been cleaned and commented in order to leave it in a better state than it was received.
- Added semantic elements such as a header, footer & sections in order to replace some of the div's that gave no indication as to the structure of the website
- Added image alt attributes for accessibility
- Added a title for the webpage's tab bar
- Properly formatted code with double spaces instead of tabs
- Comments added indicating the purpose of the properties
- Classes with identical properties are separated with commas to make the code more succinct
- Semantic changes made in the HTML file reflected in CSS file
- Structure changes to better follow semantic structure.