{"id":17658,"date":"2018-09-13T13:00:15","date_gmt":"2018-09-13T07:30:15","guid":{"rendered":"https:\/\/internshala.com\/blog\/?p=17658"},"modified":"2018-10-18T14:24:52","modified_gmt":"2018-10-18T08:54:52","slug":"what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics","status":"publish","type":"post","link":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/","title":{"rendered":"What is HTML and how to learn it &#8211; The complete guide on HTML basics"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17672 size-medium\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics-558x372.jpg\" alt=\"What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics\" width=\"558\" height=\"372\" srcset=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics-558x372.jpg 558w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics-1024x683.jpg 1024w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics.jpg 1080w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Imagine an ocean of computer languages &#8211; the waves define the long and short codes and the sea animals define the programming, markup, and scripting languages. In this sea, the easiest thing to find is Tuna, just like HTML is the easiest language to learn in the tech world. <\/span><span style=\"font-weight: 400;\">So, if this is your first time fishing in the ocean, this article is your bait and HTML is your easy to catch fish! Let\u2019s begin the <del>fishing<\/del>\u00a0HTML lessons, shall we?\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><b>What is HTML?<br \/>\n<\/b><span style=\"font-weight: 400;\">HTML stands for Hypertext Markup Language. Hypertext describes the documents that contain links which allow readers to jump to another position in the page or a different page altogether. Markup language refers to a language that uses tags to define elements in a document.\u00a0<\/span><span style=\"font-weight: 400;\">Before we understand further what HTML is, let\u2019s address one of the most debated questions in the tech world. <strong>Is HTML a programming language?<\/strong>\u00a0No, HTML is not a programming language; it is a markup language. This means that it doesn\u2019t give instructions to the computer to carry out a function rather it displays text using different formattings. So, if you were planning to write HTML under programming skills in your resume, think again! <\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Now, take a look at this ugly webpage. This is what would happen if HTML didn\u2019t exist.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-17663\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-webpage-without-HTML.png\" alt=\"What-is-HTML-webpage-without-HTML\" width=\"522\" height=\"242\" \/><\/p>\n<p style=\"text-align: justify;\">On the contrary,\u00a0HTML is what makes a webpage look like the one below.\u00a0<span style=\"font-weight: 400;\">HTML and a little bit of CSS and JavaScript here and there!\u00a0<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17674 size-medium\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-HTML-website1-359x372.png\" alt=\"What-is-HTML-HTML-website\" width=\"359\" height=\"372\" srcset=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-HTML-website1-359x372.png 359w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-HTML-website1.png 609w\" sizes=\"(max-width: 359px) 100vw, 359px\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">So you get what is HTML, right? It\u2019s a markup language that tells the browser how a text should be displayed on the web page and where the images\/graphics should be displayed.\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Before we delve deeper into HTML, let\u2019s see how it originated.<br \/>\n<\/span><b><br \/>\nHistory of HTML<br \/>\n<\/b>Tim Berners Lee, a scientist at CERN, invented the World Wide Web in 1989. Yes, it\u2019s a Physics laboratory! Lee wanted to create a quick hypertext language that would link the text in the research documents to other documents, saving the reader the hassle of downloading a hundred files on a computer and thus created HTML. This was a huge revolution in the web and Wikipedia is still thankful! Being text-based, HTML was so simple to learn and understand that the web exploded and everybody started publishing online. However, there was a lot that HTML couldn\u2019t do, so it kept on updating and developing until we saw the emergence of HTML5. Even Steve Jobs refused to allow Flash on iOS devices since HTML5 had taken birth in a not so distant land!<\/p>\n<p style=\"text-align: justify;\"><b>What is HTML5?<br \/>\n<\/b><span style=\"font-weight: 400;\">HTML5 makes it possible for you to do everything that you want to do online &#8211; from navigating Internshala&#8217;s website for applying to an internship to watching videos on YouTube and listening to songs on Saavn! What\u2019s even more\u00a0surprising? It does all that and more without using any third party plugins! HTML5 is open to use and is cross-platform compatible, which means it doesn\u2019t care which device you\u2019re using as long as your web browser is compatible with it. <\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\"><span style=\"color: #333333;\">What distinguishes HTML from other language<\/span><\/span>s and makes it so popular is the sheer number of features of HTML.<\/p>\n<p><strong>Features of HTML5<\/strong><b><br \/>\n<\/b><b>1. HTML navigation bar &#8211; <\/b><span style=\"font-weight: 400;\">The HTML <strong>&lt;nav&gt; tag<\/strong> represents the section of a webpage which provides navigation links either within the page or to other pages. For example, the links highlighted in the following image.\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-17667\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-Navigation-tag-672x293.png\" alt=\"What-is-HTML-Navigation-tag\" width=\"672\" height=\"293\" srcset=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-Navigation-tag-672x293.png 672w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-Navigation-tag-1024x447.png 1024w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-Navigation-tag.png 1145w\" sizes=\"(max-width: 672px) 100vw, 672px\" \/><\/span><b><\/b><\/p>\n<p style=\"text-align: justify;\"><b>2. Canvas<\/b><span style=\"font-weight: 400;\"> &#8211; HTML5 introduced a canvas element (&lt;canvas&gt;) that lets one draw graphics on a web page using JavaScript. This means that instead of loading image from an external network, you can draw images like path, text, box, circle, line, etc. yourself.<br \/>\n<\/span><b>3. Video <\/b><span style=\"font-weight: 400;\"><strong>playing ability<\/strong>&#8211; What do you think makes it possible for you to watch Netflix and YouTube videos? HTML5! HTML allows the integration of multimedia and graphics content to the web without using Adobe Flash or other such plug-ins.<br \/>\n<\/span><b>4. Web workers <\/b><span style=\"font-weight: 400;\">&#8211; Web worker is a JavaScript that runs in background independently of other scripts without affecting the performance of the page. It makes sure that the UI doesn&#8217;t freeze when a particular action is taking place by pushing it to the background.<br \/>\n<\/span><b>5. Web storage and application cache <\/b><span style=\"font-weight: 400;\">&#8211; HTML5 allows web applications to store data, which was earlier stored in cookies, locally within a user\u2019s browser. This means that you can preserve the data even after you close the tab or exit the browser. HTML5 also has\u00a0an application caching mechanism which lets web-based applications run offline, which means that you can navigate a site even when you are offline.<br \/>\n<\/span><b>6. Geolocation<\/b><span style=\"font-weight: 400;\"> &#8211; Who\u2019s responsible for the ever annoying weather updates from Google? Yes, HTML5 again! With its geolocation feature, HTML5 lets browsers identify our location using IP address, MAC address, GPS, etc. <\/span><\/p>\n<p>And now let&#8217;s address the million dollar question about\u00a0the <strong>use of HTML<\/strong>!<\/p>\n<p style=\"text-align: justify;\"><strong>What is HTML used for?<\/strong><b><br \/>\n<\/b><span style=\"font-weight: 400;\">HTML is at the core of every web page, which makes it an extremely important skill for a web developer. HTML consists of shortcodes known as <strong>HTML tags<\/strong> typed into a text file, which is saved as an HTML file (that is in .html extension). Just as MS Word uses .doc files and video players use .mp4 files, web browsers use .html files. These files are viewed through a web browser, which reads the file by parsing all the HTML tags and translates it into a visual form, i.e. show the text on the screen as desired.\u00a0<\/span><span style=\"font-weight: 400;\">For instance, in the following image, y<\/span><span style=\"font-weight: 400;\">ou can see a title in bold letters which has a larger font than rest of the text, a subheading in bold letters, and an image &#8211;\u00a0all thanks to HTML!\u00a0T<\/span><span style=\"font-weight: 400;\">he <strong>&lt;title&gt; tag<\/strong> differentiates the title from the content of the page. The letters are written in bold using <strong>&lt;b&gt; tag<\/strong>. HTML also controls the page layout and site navigation.\u00a0<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-17660\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-use-of-HTML-608x372.png\" alt=\"What-is-HTML-use-of-HTML\" width=\"608\" height=\"372\" srcset=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-use-of-HTML-608x372.png 608w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-use-of-HTML.png 857w\" sizes=\"(max-width: 608px) 100vw, 608px\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Besides complete web pages, HTML can be used to create specific elements within an existing page. For instance, the embedded links in the articles, the bullet lists, etc. that you find in the articles on the Internshala blog are all possible because of HTML. Furthermore,\u00a0HTML is used as the document format of offline help on your computer. It is essentially a webpage that has been downloaded on the computer so that it can be viewed when you are not connected to the internet.<\/span><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-17668\" src=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-used-for-offline-help-672x283.png\" alt=\"What-is-HTML-used-for-offline-help\" width=\"672\" height=\"283\" srcset=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-used-for-offline-help-672x283.png 672w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-used-for-offline-help-1024x432.png 1024w, https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-used-for-offline-help.png 1224w\" sizes=\"(max-width: 672px) 100vw, 672px\" \/><br \/>\nAlong with embedding images, videos, and gifs, HTML is also used for including links, tables, and style text in emails.<\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">If you\u2019re still wondering why you should learn HTML, here are some <strong>advantages of HTML<\/strong> that might persuade you.<br \/>\n1.\u00a0<\/span><span style=\"font-weight: 400;\"><strong>HTML is easy to learn<\/strong> &#8211; It\u2019s just English written in angle brackets, known as tags. Learning and understanding HTML is extremely easy, making it the first step for most engineering students when they set out to become developers.<br \/>\n<\/span><span style=\"font-weight: 400;\">2. <strong>HTML is free<\/strong> &#8211; Unlike your partner, HTML has no demands! It doesn\u2019t need any software or plug-ins, and making a webpage with HTML is completely free of cost. Now I get why most developers are single!<br \/>\n<\/span><span style=\"font-weight: 400;\">3. <strong>Browser support<\/strong> &#8211; Almost all browsers from Internet Explorer to Google Chrome and\u00a0Bing to\u00a0Safari\u00a0support HTML, which means that a website built on HTML can be displayed on any web browser.<br \/>\n<\/span><span style=\"font-weight: 400;\">4. <strong>HTML is SEO-friendly<\/strong> &#8211; Leaving behind all the fancy programming languages in terms of SEO compliance, HTML has become the <em>Hima Das<\/em> of the computer world. HTML websites are the easiest to read which make accessing easier for crawlers. HTML also reduces crawling and improves the page load time, thus making the website highly SEO-friendly.<br \/>\n<\/span><span style=\"font-weight: 400;\">5. <strong>HTML is similar to XML<\/strong> &#8211; \u00a0XML is used for data storage (in backend development) in applications. The syntax of XML is quite similar to that of HTML, which gives learning HTML a dual advantage. <\/span><\/p>\n<p style=\"text-align: justify;\">Persuaded? Great! Let\u2019s see how to learn HTML then.<\/p>\n<p style=\"text-align: justify;\"><strong>How to learn HTML?<\/strong><br \/>\n<span style=\"font-weight: 400;\">I won\u2019t be exaggerating if I said learning HTML is like learning to use MS-Office. You just need to remember a few tags, and that\u2019s pretty much it. To learn HTML online, you can refer to e-books and\u00a0HTML tutorials. However, learning HTML alone might not reap many benefits and eventually, you\u2019ll have to learn web development. Don\u2019t worry, Internshala Trainings is here for the rescue! You can opt for <a href=\"https:\/\/trainings.internshala.com\/web-development-training?utm_source=IS_Blog&amp;referral=BLOG10&amp;utm_medium=HTML-article\" target=\"_blank\" rel=\"noopener\">Internshala&#8217;s online web development training<\/a> for complete beginners wherein you\u2019ll learn the concepts of HTML and HTML tags for structuring\u00a0a web page including\u00a0links, colours, fonts, images, tables, etc. You will also learn to style the web pages using CSS, create responsive web pages using Bootstrap, write SQL queries to manage the database, and perform operations on the database using PHP.<\/span><\/p>\n<p style=\"text-align: justify;\">So, are you ready to catch the fish? Do you want to create some cool web pages and websites? Enroll in the <a href=\"https:\/\/trainings.internshala.com\/web-development-training?utm_source=IS_Blog&amp;referral=BLOG10&amp;utm_medium=HTML-article\" target=\"_blank\" rel=\"noopener\">Internshala Web Development training<\/a> now! Oh, and the ocean&#8217;s surprise is that you get an additional discount of 10%.<\/p>\n<aside class=\"mashsb-container mashsb-main \"><div class=\"mashsb-box\"><div class=\"mashsb-count mash-medium\" style=\"float:left\"><div class=\"counts mashsbcount\">0<\/div><span class=\"mashsb-sharetext\">SHARES<\/span><\/div><div class=\"mashsb-buttons\"><a class=\"mashicon-facebook mash-medium mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Finternshala.com%2Fblog%2Fwhat-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Share&nbsp;on&nbsp;Facebook<\/span><\/a><a class=\"mashicon-subscribe mash-medium mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Get&nbsp;Your&nbsp;Dream&nbsp;Internship<\/span><\/a><div class=\"onoffswitch2 mash-medium mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.42-->","protected":false},"excerpt":{"rendered":"<p>Imagine an ocean of computer languages &#8211; the waves define the long and short codes and the sea animals define the programming, markup, and scripting languages. In this sea, the<\/p>\n","protected":false},"author":6433,"featured_media":17672,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[675,3943,1594,4171],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is HTML and how to learn it - The complete guide on HTML basics<\/title>\n<meta name=\"description\" content=\"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is HTML and how to learn it - The complete guide on HTML basics\" \/>\n<meta property=\"og:description\" content=\"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\" \/>\n<meta property=\"og:site_name\" content=\"Internshala blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-13T07:30:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-10-18T08:54:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Unnatti\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unnatti\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\"},\"author\":{\"name\":\"Unnatti\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/3ebfbf9a762e39abada8bbc1cab39be9\"},\"headline\":\"What is HTML and how to learn it &#8211; The complete guide on HTML basics\",\"datePublished\":\"2018-09-13T07:30:15+00:00\",\"dateModified\":\"2018-10-18T08:54:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\"},\"wordCount\":1531,\"commentCount\":18,\"publisher\":{\"@id\":\"https:\/\/internshala.com\/blog\/#organization\"},\"articleSection\":[\"Available Trainings\",\"e-Learning\",\"Programming\",\"Training SEO articles\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\",\"url\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\",\"name\":\"What is HTML and how to learn it - The complete guide on HTML basics\",\"isPartOf\":{\"@id\":\"https:\/\/internshala.com\/blog\/#website\"},\"datePublished\":\"2018-09-13T07:30:15+00:00\",\"dateModified\":\"2018-10-18T08:54:52+00:00\",\"description\":\"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.\",\"breadcrumb\":{\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/internshala.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learning Tracks\",\"item\":\"https:\/\/internshala.com\/blog\/learning-tracks\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Programming\",\"item\":\"https:\/\/internshala.com\/blog\/learning-tracks\/programming\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"What is HTML and how to learn it &#8211; The complete guide on HTML basics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/internshala.com\/blog\/#website\",\"url\":\"https:\/\/internshala.com\/blog\/\",\"name\":\"Internshala blog\",\"description\":\"Your favourite senior outside college\",\"publisher\":{\"@id\":\"https:\/\/internshala.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/internshala.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/internshala.com\/blog\/#organization\",\"name\":\"Internshala blog\",\"url\":\"https:\/\/internshala.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png\",\"contentUrl\":\"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png\",\"width\":112,\"height\":31,\"caption\":\"Internshala blog\"},\"image\":{\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/3ebfbf9a762e39abada8bbc1cab39be9\",\"name\":\"Unnatti\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/internshala.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/077a4e9aa858166a27b9ec6b334a5271?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/077a4e9aa858166a27b9ec6b334a5271?s=96&d=mm&r=g\",\"caption\":\"Unnatti\"},\"url\":\"https:\/\/internshala.com\/blog\/author\/unnatti\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is HTML and how to learn it - The complete guide on HTML basics","description":"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/","og_locale":"en_US","og_type":"article","og_title":"What is HTML and how to learn it - The complete guide on HTML basics","og_description":"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.","og_url":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/","og_site_name":"Internshala blog","article_published_time":"2018-09-13T07:30:15+00:00","article_modified_time":"2018-10-18T08:54:52+00:00","og_image":[{"width":1080,"height":720,"url":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2018\/09\/What-is-HTML-and-how-to-learn-it-The-complete-guide-on-HTML-basics.jpg","type":"image\/jpeg"}],"author":"Unnatti","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Unnatti","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#article","isPartOf":{"@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/"},"author":{"name":"Unnatti","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/3ebfbf9a762e39abada8bbc1cab39be9"},"headline":"What is HTML and how to learn it &#8211; The complete guide on HTML basics","datePublished":"2018-09-13T07:30:15+00:00","dateModified":"2018-10-18T08:54:52+00:00","mainEntityOfPage":{"@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/"},"wordCount":1531,"commentCount":18,"publisher":{"@id":"https:\/\/internshala.com\/blog\/#organization"},"articleSection":["Available Trainings","e-Learning","Programming","Training SEO articles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/","url":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/","name":"What is HTML and how to learn it - The complete guide on HTML basics","isPartOf":{"@id":"https:\/\/internshala.com\/blog\/#website"},"datePublished":"2018-09-13T07:30:15+00:00","dateModified":"2018-10-18T08:54:52+00:00","description":"A complete guide on what is HTML, history of HTML and HTML5, the use of HTML, and how to learn HTML online.","breadcrumb":{"@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/internshala.com\/blog\/what-is-html-and-how-to-learn-html-the-complete-guide-on-html-basics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/internshala.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Learning Tracks","item":"https:\/\/internshala.com\/blog\/learning-tracks\/"},{"@type":"ListItem","position":3,"name":"Programming","item":"https:\/\/internshala.com\/blog\/learning-tracks\/programming\/"},{"@type":"ListItem","position":4,"name":"What is HTML and how to learn it &#8211; The complete guide on HTML basics"}]},{"@type":"WebSite","@id":"https:\/\/internshala.com\/blog\/#website","url":"https:\/\/internshala.com\/blog\/","name":"Internshala blog","description":"Your favourite senior outside college","publisher":{"@id":"https:\/\/internshala.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/internshala.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/internshala.com\/blog\/#organization","name":"Internshala blog","url":"https:\/\/internshala.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png","contentUrl":"https:\/\/internshala.com\/blog\/wp-content\/uploads\/2023\/08\/LOGO-1.png","width":112,"height":31,"caption":"Internshala blog"},"image":{"@id":"https:\/\/internshala.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/3ebfbf9a762e39abada8bbc1cab39be9","name":"Unnatti","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/internshala.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/077a4e9aa858166a27b9ec6b334a5271?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/077a4e9aa858166a27b9ec6b334a5271?s=96&d=mm&r=g","caption":"Unnatti"},"url":"https:\/\/internshala.com\/blog\/author\/unnatti\/"}]}},"_links":{"self":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts\/17658"}],"collection":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/users\/6433"}],"replies":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/comments?post=17658"}],"version-history":[{"count":0,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/posts\/17658\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/media\/17672"}],"wp:attachment":[{"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/media?parent=17658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/categories?post=17658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/internshala.com\/blog\/wp-json\/wp\/v2\/tags?post=17658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}