Design comparison
SolutionDesign
Solution retrospective
I have completed this challenge. Pls, feedbacks are necessary
Community feedback
- @0xabdulPosted over 1 year ago
Hi
Cletus Samuel
front end mentor member well congratulations on completing the Insure landing page- A Little bit suggestions for improve your code and clear the all Accessibility issue
IN HTML π :
HEADING β οΈ
- the heading level increase by one
- the html documents must be contained level of headings π
We Do β
Ex :
<h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4>
- We use the headings line by line or sequence
Don't Do !
Ex :
<h2> </h2> <h3> </h3> <h4> </h4> <h3> </h3>
LISTποΈ
- the <li> tag must be included in the <ul> or <ol>
We Doπ
Ex :
<ul> <li> </li> <li> </li> <li> </li> </ul> (Or) <ol> <li> </li> <li> </li> <li> </li> </ol>
Don do π
Ex :
<li> </li> <li> </li> <li> </li> <li> </li> <li> </li>
- Now we learn about how to use the Order list and unordered list and solve the problem β
I Hope it's useful comment for you and 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