Mbaziira RonaldforMbaziira Ronaldmbaziira.hashnode.net·Feb 19, 2023What Are HTML Meta Tags And What Is Their Importance?When starting a new straightforward web development project, you usually prefer plain HTML, CSS, and JavaScript rather than a front-end framework such as React or Vue. The most familiar step that follows is creating an HTML file and generating a boil...Discuss·10 likes·156 readsMeta Tags
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Nov 13, 2022Make your app stand out using Meta Tags - better SEO and shareabilityWhat are Meta Tags Meta tags are text fragments that describe a page's content. They only appear in the source code of a page, not on the actual page. They are typically found at the "head" of the page. The "meta" in these tags stands for "metadata,"...Discuss·8 likes·885 reads2Articles1Week
Ammar Azam KhanforAmmar Khan blogammarkhan.hashnode.net·Jul 31, 2022All About meta TagsThis meta tag was introduced to me when I first began learning HTML. Like many of us, I'm curious about what exactly a meta tag is, why we use it, and how it might benefit our website. If you're looking for answers, you've come to the right place. I'...Discuss·1 like·107 readsLearn Code Online
Satyapriya MahatoforSatyapriya Mahatosatyapriya-mahato.hashnode.net·Apr 12, 2023HTML headings and Meta tagsHeadings We all know what the h1, h2, h3, .. tags do which is that h1 is the biggest and subsequently the size decreases as we go towards h4, h5. But we can increase the size by CSS also so what's the purpose of declaring h1, h2, and so on? But in re...DiscussHTML5
Vikas Taliyanforvikas360.hashnode.net·Mar 26, 2023HTML Meta tags and Meta data.<meta> The <meta> tag is used to provide metadata or information about the HTML document. This information is not displayed on the web page itself, but rather is used by browsers, search engines, and other web services. <head> <meta charset="UTF-...DiscussHTML5
Mbaziira RonaldforMbaziira Ronaldmbaziira.hashnode.net·Feb 19, 2023What Are HTML Meta Tags And What Is Their Importance?When starting a new straightforward web development project, you usually prefer plain HTML, CSS, and JavaScript rather than a front-end framework such as React or Vue. The most familiar step that follows is creating an HTML file and generating a boil...Discuss·10 likes·156 readsMeta Tags
Jeremiah AworetanforJeremy's Coding Milestonesjeremy0x.hashnode.net·Jan 30, 2023Ready-to-Use Meta Tags BoilerplateIntroduction Are you struggling to optimize your website's meta tags for search engines and social media platforms? Look no further! In this blog post, we'll introduce you to a comprehensive HTML boilerplate designed to help you get started with meta...Discuss·70 readsHTML5
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Nov 13, 2022Make your app stand out using Meta Tags - better SEO and shareabilityWhat are Meta Tags Meta tags are text fragments that describe a page's content. They only appear in the source code of a page, not on the actual page. They are typically found at the "head" of the page. The "meta" in these tags stands for "metadata,"...Discuss·8 likes·885 reads2Articles1Week
Prashant HandelforPrashantBlogsprashanthandel.hashnode.net·Nov 5, 2022Types of tags in HTMLAccording to names Basically there are two types of tags in HTML. First one is semantic tags which are easily understandable by their names itself (e.g.- table, form) Second one is non-semantic tags whose meanings are not easily understandable by the...Discuss·31 readstypes of tags
Ammar Azam KhanforAmmar Khan blogammarkhan.hashnode.net·Jul 31, 2022All About meta TagsThis meta tag was introduced to me when I first began learning HTML. Like many of us, I'm curious about what exactly a meta tag is, why we use it, and how it might benefit our website. If you're looking for answers, you've come to the right place. I'...Discuss·1 like·107 readsLearn Code Online
Mayur Sanjay PatilforMayur's Blog mayurpatil.hashnode.net·Jul 31, 2022Meta Tags: Everything You Need to Know About Meta Tags in HTMLMany developers have questions like, What are meta tags, is it necessary to use meta tags in the head section, and many more So If you also have some questions, then don’t worry, in this blog post, I am going to share with you what are meta tags, and...Discuss·1 like·60 readsHTML5