This is a simple HTML5 webpage created as part of the assignment "HTML5 + Accessibility & SEO Basics".
π Click here to view the live page
- Use semantic HTML5 elements for meaningful structure.
- Apply accessibility best practices using ARIA labels and logical navigation.
- Implement basic SEO principles like heading hierarchy, metadata, and readable content.
- Semantic structure with
<header>
,<nav>
,<main>
,<section>
,<article>
, and<footer>
. - Logical heading order (
<h1>
to<h3>
) for clarity and SEO. - Accessibility enhancements:
- ARIA attributes (
aria-label
). - Proper link labeling.
- ARIA attributes (
- SEO metadata in the
<head>
:title
,meta description
, andauthor
.
index.html
: Main and only HTML file for the assignment.
- No CSS or JavaScript used β this project focuses solely on HTML structure.
- Designed for both human users and screen readers.
- 100% compliant with assignment guidelines.
Augusto Mate (GitHub: @augusto047)
Feel free to fork or use this structure as a base for your own HTML projects!