{"id":44,"date":"2018-02-19T05:26:45","date_gmt":"2018-02-19T05:26:45","guid":{"rendered":"https:\/\/people.utm.my\/emilysff\/?p=44"},"modified":"2022-04-21T02:31:09","modified_gmt":"2022-04-21T02:31:09","slug":"html-tutorial","status":"publish","type":"post","link":"https:\/\/people.utm.my\/emilysff\/2018\/02\/19\/html-tutorial\/","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<p>&nbsp;<\/p>\n<p><em>Example :<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-45\" src=\"https:\/\/people.utm.my\/emilysff\/wp-content\/uploads\/sites\/1028\/2018\/12\/Capture-300x280.jpg\" alt=\"\" width=\"300\" height=\"280\" srcset=\"https:\/\/people.utm.my\/emilysff\/wp-content\/uploads\/sites\/1028\/2018\/12\/Capture-300x280.jpg 300w, https:\/\/people.utm.my\/emilysff\/wp-content\/uploads\/sites\/1028\/2018\/12\/Capture.jpg 324w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><em>Output :<\/em><\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/www.w3schools.com\/html\/img_chrome.png\" alt=\"View in Browser\"><\/p>\n<p>Run the output on Web Browser.<\/p>\n<p>Web Browser is functional&nbsp;to read HTML documents and display them in attractive interface. Its does not display the HTML tags, but uses them to determine how to display the document.<\/p>\n<p>Examples of web browser such as Safari, Chrome, Mozilla Firefox, IE and Opera.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Description :<\/em><\/p>\n<ul>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;!DOCTYPE html&gt;<\/code>&nbsp;declaration defines this document to be HTML5<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;html&gt;<\/code>&nbsp;element is the root element of an HTML page<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;head&gt;<\/code>&nbsp;element contains meta information about the document<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;title&gt;<\/code>&nbsp;element specifies a title for the document<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;body&gt;<\/code>&nbsp;element contains the visible page content<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;h1&gt;<\/code>&nbsp;element defines a large heading<\/li>\n<li>The&nbsp;<code class=\"w3-codespan\">&lt;p&gt;<\/code>&nbsp;element 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 are represented by tags HTML tags label pieces of content such as &#8220;heading&#8221;, &#8220;paragraph&#8221;, &#8220;table&#8221;, [&hellip;]<\/p>\n","protected":false},"author":14432,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[4],"tags":[17,16],"class_list":["post-44","post","type-post","status-publish","format-standard","hentry","category-it","tag-html","tag-itknowledge"],"_links":{"self":[{"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/posts\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/users\/14432"}],"replies":[{"embeddable":true,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":1,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":1090,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/posts\/44\/revisions\/1090"}],"wp:attachment":[{"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/people.utm.my\/emilysff\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}