Design comparison
SolutionDesign
Solution retrospective
My first attend to solve this challenge.
Community feedback
- Account deleted
Hi Lucian... comgrats on completing this challenge!! 🎉🎉🥳
Here are some tips to improve your solution 💯:
-
HTML: 🧱
-
Header elements implement six levels
h1-h6
, with<h1></h1>
being the most important and<h6></h6>
being the least important. Avoid omitting header levels, you should start with the header<h1>
and successively with<h2>...<h6>
. But when using sections, you must use an<h1>
for each section. More info here. -
Your main content should be contained in the
<main>
tag. More information here
-
Your solution is very good! 💯🥳
Happy coding! 🙃✌️
0 -
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