Skip to content

Commit dcccefd

Browse files
authored
Update README.md
Update README with project description
1 parent 0b1dfd0 commit dcccefd

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
# html5-seo-accessibility-assignment
1+
# HTML5 + Accessibility & SEO Basics Assignment
2+
3+
This is a simple HTML5 webpage created as part of the assignment **"HTML5 + Accessibility & SEO Basics"**.
4+
5+
## 🌐 Live Demo
6+
🔗 [Click here to view the live page](https://augusto047.github.io/html5-seo-accessibility-assignment/)
7+
8+
## ✅ Objectives
9+
10+
- Use **semantic HTML5 elements** for meaningful structure.
11+
- Apply **accessibility best practices** using ARIA labels and logical navigation.
12+
- Implement **basic SEO** principles like heading hierarchy, metadata, and readable content.
13+
14+
## 📂 Features
15+
16+
- Semantic structure with `<header>`, `<nav>`, `<main>`, `<section>`, `<article>`, and `<footer>`.
17+
- Logical heading order (`<h1>` to `<h3>`) for clarity and SEO.
18+
- Accessibility enhancements:
19+
- ARIA attributes (`aria-label`).
20+
- Proper link labeling.
21+
- SEO metadata in the `<head>`:
22+
- `title`, `meta description`, and `author`.
23+
24+
## 📁 File
25+
26+
- `index.html`: Main and only HTML file for the assignment.
27+
28+
## 📌 Notes
29+
30+
- **No CSS or JavaScript** used — this project focuses solely on HTML structure.
31+
- Designed for both **human users and screen readers**.
32+
- 100% compliant with assignment guidelines.
33+
34+
## 👨‍💻 Author
35+
36+
Augusto Mate (GitHub: [@augusto047](https://github.com/augusto047))
37+
38+
---
39+
40+
Feel free to fork or use this structure as a base for your own HTML projects!

0 commit comments

Comments
 (0)