Design comparison
Solution retrospective
Please suggest me if you have a better way to do this.
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there π. Congratulations on successfully completing your first challenge! π
- I have other recommendations regarding your code, I believe it will be of great interest to you.
HTML π·οΈ:
- Use semantic elements such as
<main>
instead of<div class="container">
to improve accessibility and organization of your page.
- Use HTML5 semantic elements such as
<header>
,<nav>
,<main>
,<aside>
, and<footer>
to define these sections
- Every site wants a level-one heading to improve accessibility, you can add a
sr-only
class to hide it from visual users (it will be useful for visually impaired users)
I hope you find it useful! π Above all, the solution you submitted is great!
Happy coding!
Marked as helpful0 - @mdsohailaliPosted over 1 year ago
I just checked out your challenge, Bro its awesome you did very good. instead of adding number for rating, You added the emojis which is fun and attractive. All the best for other challenges, you have creative mind.
Marked as helpful0 - @abdullah43577Posted over 1 year ago
Hey there, I just checked out your challenge, you must be joking saying that people should suggest you a better way of doing this challenge, you nailed it!
keep up the good work.
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