Responsive Order summary card using css and tailwindcss
Design comparison
Community feedback
- @abdullah43577Posted almost 2 years ago
Hello there,
Great job taking on this challenge. There's a better way to write much cleaner and readable codes instead of using divs all the time.
Have you heard of HTML5 semantic tags?
If you haven't I'd recommend reading about them via this URL:
https://www.w3schools.com/html/html5_semantic_elements.asp
You'd understand by reading the documentation I sent above. It helps give meaning to your code. One thing you need to note is that when writing HTML code, you aren't just writing for readability for you as a human only. You write code so that search engines like google knows what part of your code does what. For example, the google search engine wants to know what part of your code is the
body
, what part of your code is a/anarticle, section, footer, main e.t.c
and so on. some of the few semantic tags I mentioned here give meaning to your code.Read more about it via the URL above
Marked as helpful1
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