Sam MajiforSamyabrata Majisammaji.hashnode.net·Dec 16, 2022Write semantic HTMLIf you are like me, you probably are using div everywhere. It's bad practice. Your code is both harder to read and not search engine optimized. Here's a list of all HTML tags that you should use to make your code more readable. All the tags mentioned...Souvik Pramanick and 2 others are discussing this3 people are discussing thisDiscuss·42 likes·102 readssemantichtml
Onadeko OluwateniolaforTeniola Lilian's blogteniolalilian.hashnode.net·Feb 4, 2023Semantic HTML Elements.Introduction There is a saying about computers that goes like this - "garbage in, garbage out". This means that a faulty input will yield faulty output. This could also apply to how the browser reads our code and gives results to users, depending on ...Julius Omoleye Fortunate and 2 others are discussing this3 people are discussing thisDiscuss·14 likes·95 readsHTML5
Vrinda BhatiaforFrontEnd Technical Blogsvrindabhatia.hashnode.net·Sep 24, 2022HTML 101- SemanticsWhat are HTML Semantics? HTML semantics provide meaning to a HTML page, which clearly define the content they hold. Why do we need HTML Semantics? Provides higher accessibility. Helps the browser to better interpret the content. Semantics help to wr...Discuss·13 likes·120 readsHTML5
Ayush ShuklaforAyush Shukla's blogayushukla.hashnode.net·Apr 22, 2023Semantic HTML: The Importance of Structured Web ContentIn the world of web development, there's a lot of talk about HTML (HyperText Markup Language), the language used to create web pages. But have you heard of semantic HTML? Semantic HTML is a way of structuring web content to provide meaning and contex...DiscussHTML
Umar KhanforMaster Beginnerumarkhan.hashnode.net·Apr 4, 2023Mastering HTML: Intermediate Concepts and Best PracticesCongratulations on mastering the basics of HTML! Now that you have a solid foundation in HTML tags and attributes, it's time to take your skills to the next level. In this blog post, we'll be diving deeper into intermediate HTML concepts like Semanti...DiscussHTML
Timileyin OlayuwaforTimileyin Olayuwa's blogolayuwatimilehin.hashnode.net·Mar 31, 2023How to build an accessible and SEO friendly website using semantic HTML tagsi. Introduction Semantic HTML is an essential component of web development that can significantly improve a website's accessibility and search engine optimization (SEO). in this article, we'll discuss how to build an accessible and SEO-friendly websi...DiscussHTML5
Rajarshi Sarkarforrajsarkar.hashnode.net·Mar 24, 2023HTML Semantics Demystified: A Concise GuideWhat is Semantic HTML? Semantic HTML is HTML code that uses specific HTML tags to effectively describe the meaning of the content on a webpage. It helps web browsers, search engines, assistive technologies, and human developers understand the importa...Discuss·61 readsHTML
ope KareemforNeophyte's Worldtalentlessdeveloper.hashnode.net·Feb 28, 2023Thou shall not div everythingWhat is Semantic Html? I love how web.dev describes this term. Writing semantic HTML means using HTML elements to structure your content based on each element's meaning, not its appearance. Meaning not appearance! While one is excited about slapping ...Discusssemantichtml
Onadeko OluwateniolaforTeniola Lilian's blogteniolalilian.hashnode.net·Feb 4, 2023Semantic HTML Elements.Introduction There is a saying about computers that goes like this - "garbage in, garbage out". This means that a faulty input will yield faulty output. This could also apply to how the browser reads our code and gives results to users, depending on ...Julius Omoleye Fortunate and 2 others are discussing this3 people are discussing thisDiscuss·14 likes·95 readsHTML5
Ashish JhaforAshish Kr Jhaashishjha14.hashnode.net·Jan 20, 2023What are HTML elements???An HTML element is a piece of text wrapped by <>, It is referred to as HTML tags to be specific. HTML offers a wide variety of such tags and this increases with every version of HTML. Why are the tags so important? The tags give us a structure in the...Discusssemantichtml
Ashish KalraforAshish Kalra's Blogashishkalra.hashnode.net·Jan 18, 2023Semantic HTMLWhile browsing through the documentation and tutorials on web development, you may have come across the term Semantic HTML. But what does it mean and why its so important? Semantic HTML is an essential aspect of web development, and it refers to the ...DiscussHTML5
Oritsedere Precious OghenerukevweforPrecious' Blogspreciousblogs.hashnode.net·Jan 10, 2023Outreachy Week 5: "Think About Your Audience"As an Outreachy applicant considering joining the Creative Commons community, it's important to think about the audience for the project you will be working on. In this blog post, I'll discuss the community I work with, Creative Commons, and how it s...Discuss·27 readscreative commons
Sam MajiforSamyabrata Majisammaji.hashnode.net·Dec 16, 2022Write semantic HTMLIf you are like me, you probably are using div everywhere. It's bad practice. Your code is both harder to read and not search engine optimized. Here's a list of all HTML tags that you should use to make your code more readable. All the tags mentioned...Souvik Pramanick and 2 others are discussing this3 people are discussing thisDiscuss·42 likes·102 readssemantichtml