Design comparison
Community feedback
- @Vladyslav-ShulhachPosted 8 days ago
Everything looks great! I have a small suggestion to help improve your code. I noticed that you placed a
<div class='attribution'>
inside the<head>
tag. Although it might still display on the page, the<head>
is meant for page information like metadata, links, styles, and scripts — not for visible content. It's best to move the<div>
to the<body>
tag, where visible content is typically placed.Keep up the good work!
Marked as helpful1@otitebahPosted 2 days ago@Vladyslav-Shulhach Thank you for pointing that out! I now understand that the <head> is meant for metadata and not visible content. I've moved the <div class="attribution"> to the <body> tag. I appreciate your guidance!
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