Design comparison
SolutionDesign
Solution retrospective
I faced problems to place the elements properly. is my approach correct? or I should change the way for positioning ? And please let me know about my mistakes ๐๐๐. Thanks ๐.
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
... OR use semantic tags ... OR giverole=""
to the direct children of your<body>
... Click here to read more - have at least one
<h1>
in your code - start your headings with
<h1>
, and move up by one level each time
Great job! :)
Marked as helpful0@manishasamantaPosted almost 3 years ago@anoshaahmed Thanks for your feedback๐ .
1 - wrap everything in your body in
- @nofeesahdeePosted almost 3 years ago
Hi Manisha, great work.
Here are a few suggestions to help improve your accessibility and HTML issues;
- Please check your image format
<img src = "./images/....>
not `<.\image...> - Ensure to wrap your body into a
<main>
tag. - Use semantic HTML tags as much as possible to replace divs
Keep it up, it gets better.
Marked as helpful0@manishasamantaPosted almost 3 years ago@nofeesahdee Thanks for your feedback๐ .
0 - Please check your image format
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