{"id":111,"date":"2018-12-19T09:53:08","date_gmt":"2018-12-19T09:53:08","guid":{"rendered":"http:\/\/people.utm.my\/aiai\/?p=111"},"modified":"2018-12-19T09:53:08","modified_gmt":"2018-12-19T09:53:08","slug":"html-introduction","status":"publish","type":"post","link":"https:\/\/people.utm.my\/aiai\/2018\/12\/19\/html-introduction\/","title":{"rendered":"HTML Introduction"},"content":{"rendered":"<h2>What is HTML?<\/h2>\n<p>HTML is the standard markup language for creating Web pages.<\/p>\n<ul>\n<li>HTML stands for Hyper Text Markup Language<\/li>\n<li>HTML describes the structure of Web pages using markup<\/li>\n<li>HTML elements are the building blocks of HTML pages<\/li>\n<li>HTML elements are represented by tags<\/li>\n<li>HTML tags label pieces of content such as &#8220;heading&#8221;, &#8220;paragraph&#8221;, &#8220;table&#8221;, and so on<\/li>\n<li>Browsers do not display the HTML tags, but use them to render the content of the page<\/li>\n<\/ul>\n<h3>Example Explained<\/h3>\n<ul>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;!DOCTYPE html&gt;<\/code>\u00a0declaration defines this document to be HTML5<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;html&gt;<\/code>\u00a0element is the root element of an HTML page<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;head&gt;<\/code>\u00a0element contains meta information about the document<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;title&gt;<\/code>\u00a0element specifies a title for the document<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;body&gt;<\/code>\u00a0element contains the visible page content<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;h1&gt;<\/code>\u00a0element defines a large heading<\/li>\n<li>The\u00a0<code class=\"w3-codespan\">&lt;p&gt;<\/code>\u00a0element defines a paragraph<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements &hellip; <a href=\"https:\/\/people.utm.my\/aiai\/2018\/12\/19\/html-introduction\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":120,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-111","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/posts\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/users\/120"}],"replies":[{"embeddable":true,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/comments?post=111"}],"version-history":[{"count":1,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/posts\/111\/revisions"}],"predecessor-version":[{"id":112,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/posts\/111\/revisions\/112"}],"wp:attachment":[{"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/media?parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/categories?post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/people.utm.my\/aiai\/wp-json\/wp\/v2\/tags?post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}