Ahmed Bayoumi• 6,740
@Bayoumi-dev
Posted
Hey Ramsès,
Congratulations on completing this challenge... You have accessibility issues
that need to fix.
Document should have one main landmark
, Contain the main content with<main>
.
<main>
<section id="hero">
//...
</section>
<section id="services">
//...
</section>
<section id="articles">
//...
</section>
</main>
Heading levels should only increase by one
, Useh4
instead ofh5
... Always Make sure you are using the headings in order,Ordered headings
make it easier to navigate and understand when using assistive technologies.
Hope this help!... Keep coding👍
Marked as helpful
0