This is a demo website created for accessibility testing purposes.
- Missing alt text on images
- Missing form labels for input fields
- Non-semantic button (div used instead of button element)
- Low contrast text in some areas
- Missing table headers (th elements)
- Non-descriptive link text
- JavaScript links (javascript:void(0))
- Small text size that may be hard to read
- Navigate to this directory
- Start a local server:
Or use any other local server method
python3 -m http.server 8080
- Open http://localhost:8080 in your browser
After fixing the issues, run an accessibility scan using BrowserStack's accessibility testing tools.