This challenge involves a very important aspect of web development: accessibility.
[HTML]
- Short descriptive title created for page
- alt tags added to '
' elements
- Replacing '' elements with meaningful semantic elements
- Making sure elements follow a logical structure independent of styling and positioning
- Ensuring heading attributes fall in a sequential order
[CSS]
- Added comment changes within stylesheet
#Website Link website link
[@LatoyaLyew] (https://github.com/lflyew)


