Design comparison
SolutionDesign
Community feedback
- @yavuzkarakusPosted 12 months ago
Hello @JonathanCarlton, 👋
If you want your code to be more readable, I recommend using semantic tags in HTML. Semantic tags will not only make your code more readable but also help you write consistent code. That's why you should use tags like
<header></header>
,<footer></footer>
,<main></main>
.For more details, you can learn more about semantic tags by clicking on the link here.
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