Result Summary using HTML and CSS

Solution retrospective
My solution to the Result Summary. I will appreciate any observations and corrections.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdul
Hey there ! Well you finished the Result summary component...🎉
- A Few Recommendation for you improve your code🤔
Html 🏷️:
- for Accessibility reports using the non-semantic elements (or) semantic elements..
- semantic elements :
<aside> , <artical> , <main>, <header> ,<section><footer>, <form> ect..
- non- semantic elements :
<div> , <span> ect ...
- for easy way to clear the Accessibility reports using non semantic elements Ex :
<body> <div class="container" role="main"> //Whole html code : 🏷️ </div> </body>
-
In fact using the header tag Must be included order way or sequence
-
Ex : <h1> <h2> <h3> ect..
-
I Hope it's useful for you
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord