Design comparison
Solution retrospective
Another project that served as a basis for me. I think that I did quite well in terms of time, as I basically did not fix anything in the HTML structure and just wrote the CSS myself fluently
What challenges did you encounter, and how did you overcome them?I didn't have any specific problem in the project itself
What specific areas of your project would you like help with?At the moment I have not had any problems with the project itself, but I still need to learn how to use the semantic elements correctly
Community feedback
- @efabrizio75Posted 3 months ago
Congratulation on your solution!
I encourage you in the exact area that you have mentioned. Remember that there aren't direct hard and fast rules about semantic usage of tags.
In this challenge, maybe you could have used three different header tags to indicate a hierarchy of content and guide search engines toward identifying/reinforcing the main topic of the document.
I used
<h1>
for the name,<h2>
for the location, and<h3>
for the short biographical description.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