The goal of this project is to edit the codebase(html/css) so that it follows accessibility standards. This way the site is optimized for search engines.
To begin with, index.html was code was:
-Updated with semantic HTML.
-Kept in a logical structure.
-Added accessbile alt attributes.
-CSS refactored for better code readability.
- HTML - used to create elements on the DOM
- CSS - styles html elements on page
- Git - version control system to track changes to source code
- GitHub - hosts repository that can be deployed to GitHub Pages
Writing semantic HTML that follows a logical structure makes your code easier to read and understand. Furthermore, it makes your application more accessbile as screen readers and browsers can interpret Semantic HTML better.
- **Sabeen Chaudhry **
This project is licensed under the MIT License
UCB Coding Bootcamp Team