From f4759dfc62f3df8d38c90ca6a9e3a74f8e6760ce Mon Sep 17 00:00:00 2001 From: RicardoNicolau Date: Thu, 27 Mar 2025 11:23:48 +0100 Subject: [PATCH 1/4] 1th Commit --- README.md | 41 ++++++++++++++++++++--- about.html | 10 ------ css/styles.css | 0 index.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++--- js/main.js | 0 script.js | 41 +++++++++++++++++++++++ style.css | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 246 insertions(+), 20 deletions(-) delete mode 100644 about.html delete mode 100644 css/styles.css delete mode 100644 js/main.js create mode 100644 script.js create mode 100644 style.css diff --git a/README.md b/README.md index 57e6d16..7e15f54 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,40 @@ -# Web Accessibility Project +# Accessibility Quiz -A basic web server template focused on web accessibility practices. +This is an accessible multiple-choice quiz designed to demonstrate the principles of web accessibility. The project is built using HTML, CSS, and JavaScript with a strong focus on creating a user-friendly experience for everyone, including users relying on screen readers, keyboards, and other assistive technologies. -### Installation +## Live Demo -1. Fork this repository by clicking the "Fork" button at the top right of the GitHub repository page. +Check out the live website at [Accessibility Quiz](uploadinglinksoon). -2. Clone your forked repository +## Features + +- **Semantic HTML Structure:** Proper use of `
`, ``, and `