Design comparison
SolutionDesign
Solution retrospective
Feel pretty good about this one. However any comments are appreciated! Thank You!
Community feedback
- @nurularifin83Posted about 2 years ago
The solution for the warning Page should contain a level-one heading
<html lang="en">
:- Put this code
<h1 class="visually-hidden">Profile card component examples</h1>
below<main>
, if you use bootstrap just put this class class="visually-hidden" for hidden text. If you did not use bootstrap then just make like this<h1 style="display: none">Profile card component examples</h1>
. Hope it can help you.
Marked as helpful0 - Put this code
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