Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
FEEDBACKS ARE WELCOME
Community feedback
- @bccpadgePosted about 2 months ago
Hello @jovic-djordje. Congratulations on completing this challenge!!!🎉
- The
index.html
file needs to be reworked on to improve accessibility. - Using
<div>
tag to wrap content does not explain the information on the website. - To fix the issue, understand the foundation of HTML Semantic Elements
Example of HTML Semantic Tags in action
<header>
tag contains the navigation<main>
tag is a landmark wraps content- footer tag contains copyright information
<body> <header></header/> <main><main> <footer></footer/> </body>
I hope you find this useful and don't hesitate reach out if you have any questions
1@jovic-djordjePosted about 2 months ago@bccpadge thanks for leaving such a useful comment like this one. 😊😊 I will try this in one of next projects.
1 - The
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