Design comparison
SolutionDesign
Solution retrospective
Would be grateful for critics and comments. Thankyou !
Community feedback
- @0xabdulPosted over 1 year ago
Hey there well congrats on completing the Results summary component..
- A little suggestion for improve your code ..
- In Html π :
- Landmarks π
- the html page should be contained one main landmark
- to clear the Accessibility reports use sematic elements or non semantic elements..
- Semantic elements βοΈ
- <aside> <nav> <section> <main> <header> <footer> <article> Ect..
- using semantic elements
- Ex :
<html lang="en"> <head> <title>my page</title> </head> <body> <header> //logo img or heading ect... //Using heading only </header> <main> //Use only main of the contents </main> <footer> //use copy write discription or challenge d by front end mentor code by mark.. </footer> </body> </html>
- I hope it's useful for you
- happy Codding
Jerico
π€©
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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