Refractor code so that this simple marketing company webpage follows web accessibility standards.
- Improve codebase for long term use
- Ensure that all links are functioning correctly
- Title element is concise and descriptive
- Clean up CSS to make it more efficient
- Consolidating CSS selectors and properties
- Contains semantic HTML elements
- HTML elements follow a logical structure independent of stying and positioning
- Accessible alt attributes on image elements
- Heading attributes fall in sequential order
- Clone or download the repository to you local machine.
- Open the HTML file in your browser
- Visual Studio Code
- HTML
- CSS
- AS A marketing agency
- I WANT a codebase that follows accessibility standards
- SO THAT our own site is optimized for search engines
This Project can be used by bootcamp students and students new to HTML to know the importance of accessiblity and semantic codes and some of the best ways to change codes from div elementes to semantic elements.
- https://www.w3schools.com/html/html5_semantic_elements.asp
- https://www.freecodecamp.org/news/semantic-html-alternatives-to-using-divs/
Please refer to the LICENSE in the repo. Copyright (c) Kimberlie Guillaume. All rights reserved.
