An open API service indexing awesome lists of open source software.

https://github.com/yunnsbz/quiz-page


https://github.com/yunnsbz/quiz-page

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Html-Css Quiz

## Description
This project is a simple HTML/CSS quiz designed as a practice project for freeCodeCamp's Accessibility Quiz. It includes form elements structured with accessibility best practices, allowing users to answer HTML and CSS-related questions.

## Features
- A structured quiz with sections for user information, HTML questions, and CSS questions.
- Uses semantic HTML elements for better accessibility.
- Labels and form controls are correctly associated for screen readers.
- Includes radio buttons, select dropdown, and textarea input fields.
- Uses `fieldset` and `legend` for grouping related form elements.
- Navigation menu for quick access to different sections of the quiz.

## Technologies Used
- HTML5
- CSS3

## How to Use
1. Clone or download the repository.
2. Open `index.html` in a web browser.
3. Fill in the student information.
4. Answer the HTML and CSS-related questions.
5. Click the `Send` button to submit the form.

## Accessibility Features
- `aria-labelledby` attributes for better screen reader support.
- Proper use of `label` elements to associate with form controls.
- `fieldset` and `legend` used to group related form elements.
- Navigation links for easier navigation within the page.

## License
This project is open-source and free to use.