{"id":4150,"date":"2023-09-20T06:06:09","date_gmt":"2023-09-20T06:06:09","guid":{"rendered":"https:\/\/janityadav.com\/olddj\/?p=4150"},"modified":"2025-03-14T21:20:24","modified_gmt":"2025-03-14T15:50:24","slug":"a-simple-html-document","status":"publish","type":"post","link":"https:\/\/janityadav.com\/olddj\/a-simple-html-document\/","title":{"rendered":"A simple HTML document"},"content":{"rendered":"<ul class=\"wp-block-list\"><li>HTML documents must start with a document type declaration: &lt;!DOCTYPE html&gt;<\/li>\r\n\r\n<li>The HTML document itself begins with &lt;html&gt; and ends with &lt;\/html&gt;.\u00a0<\/li><\/ul><figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/N6bjqhpXsgdgIKnKnRh_bzRE5Ya3HBUqIplX7WqaJ82LBySlPbTrceIITvBFxxARU_jK1DWf6UskIeobssJ01f9pG-irXRK6oUXJ-RFuY3qFTM3zaLSo8TA17coqwvmKYfoFdvEPh4oeT94UOHe3PT4\" alt=\"HTML document\" \/><\/figure><pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\r\n\r\n&lt;html&gt;\r\n\r\n&lt;head&gt;\r\n\r\n&lt;title&gt;Page Title&lt;\/title&gt;\r\n\r\n&lt;\/head&gt;\r\n\r\n&lt;body&gt;\r\n\r\n&lt;h1&gt;My Heading&lt;\/h1&gt;\r\n\r\n&lt;p&gt;My paragraph.&lt;\/p&gt;\r\n\r\n&lt;\/body&gt;<\/code><\/pre><p>&lt;\/html&gt;<\/p><ul class=\"wp-block-list\"><li>The &lt;!DOCTYPE html&gt; declaration defines that this document is an HTML5 document<\/li>\r\n\r\n<li>The &lt;html&gt; element is the root element of an HTML page<\/li>\r\n\r\n<li>The &lt;head&gt; element contains the title of the document and other information that is not displayed on the web page:<\/li>\r\n\r\n<li>The &lt;title&gt; element specifies a title for the HTML page (which is shown in the browser&#8217;s title bar or in the page&#8217;s tab)<\/li>\r\n\r\n<li>The &lt;body&gt; element defines the document&#8217;s body and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.<\/li><\/ul><p><strong>The &lt;h1&gt; element defines a large heading<\/strong><\/p><figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">\r\n<div class=\"wp-block-embed__wrapper\">https:\/\/youtu.be\/Xfeq1ytu70o?si=npwkcAln63jdZ_Qj<\/div>\r\n<\/figure>","protected":false},"excerpt":{"rendered":"<p>&lt;\/html&gt; The &lt;h1&gt; element defines a large heading<\/p>\n","protected":false},"author":213,"featured_media":4328,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4150","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs"],"acf":[],"_links":{"self":[{"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/posts\/4150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/users\/213"}],"replies":[{"embeddable":true,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/comments?post=4150"}],"version-history":[{"count":2,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/posts\/4150\/revisions"}],"predecessor-version":[{"id":38783,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/posts\/4150\/revisions\/38783"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/media\/4328"}],"wp:attachment":[{"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/media?parent=4150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/categories?post=4150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/janityadav.com\/olddj\/wp-json\/wp\/v2\/tags?post=4150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}