Enhance accessibility across the website #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request focuses on improving accessibility across multiple HTML files (
about.html,contact.html, andgallery.html). The changes address issues such as missing language attributes, inconsistent heading structures, lack of alt text for images, poor color contrast, and non-semantic elements. The updates ensure better compatibility with assistive technologies and enhance the overall user experience.General Accessibility Improvements:
lang="en"attribute to the<html>tag to declare the language for screen readers. (about.html: [1]contact.html: [2]gallery.html: [3]about.html: [1]contact.html: [2]gallery.html: [3]Semantic and Structural Enhancements:
h1toh4) with a logical hierarchy, ensuring proper document structure. (about.html: [1]contact.html: [2]<div>and<h6>) to semantic elements (<h2>,<h3>, etc.) for better clarity and accessibility. (about.html: [1]contact.html: [2]Image and Media Accessibility:
altattributes to images to provide context for visually impaired users. (about.html: [1]contact.html: [2]titleandaria-labelattributes for interactive elements like status indicators and timeline dots. (about.html: [1]contact.html: [2]Form and Interactive Element Enhancements:
<label>elements for inputs and associating them with their respective fields usingforattributes. (contact.html: contact.htmlL25-L153)role="tab",aria-expanded). (about.html: [1]contact.html: [2]Visual and Contrast Improvements:
about.html: [1]contact.html: [2]