{"id":45,"date":"2021-08-13T16:10:31","date_gmt":"2021-08-13T15:10:31","guid":{"rendered":"http:\/\/www.dpnwordpress.org\/principles-of-coding\/?p=45"},"modified":"2021-10-08T18:14:46","modified_gmt":"2021-10-08T17:14:46","slug":"getting-to-grips-with-html","status":"publish","type":"post","link":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/","title":{"rendered":"Getting to grips with HTML"},"content":{"rendered":"\n<p>We are using <a href=\"https:\/\/www.codecademy.com\/learn\" data-type=\"URL\" data-id=\"https:\/\/www.codecademy.com\/learn\" target=\"_blank\" rel=\"noreferrer noopener\">CodeCademy<\/a> to learn HTML (Hypertext Markup Language) &#8211; the basic coding required for websites. <\/p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:49% auto\"><figure class=\"wp-block-media-text__media\"><a href=\"https:\/\/www.codecademy.com\/learn\" target=\"_blank\" rel=\"learn-HTML noopener\"><img decoding=\"async\" loading=\"lazy\" width=\"681\" height=\"682\" src=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/Codecademy-Signup-Screen-Square.png\" alt=\"Codecademy screenshot promoting their HTML programming course.\" class=\"wp-image-49 size-full\" srcset=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/Codecademy-Signup-Screen-Square.png 681w, https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/Codecademy-Signup-Screen-Square-300x300.png 300w, https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/Codecademy-Signup-Screen-Square-150x150.png 150w\" sizes=\"(max-width: 681px) 100vw, 681px\" \/><\/a><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>Introduction<\/strong><br>Lesson: Introduction to HTML<br>Lesson: HTML Document Standards<br>Project: Fashion Blog (pro)<br><a href=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/POC-Learn-HTML_-Elements-and-Structure-Cheatsheet-_-Codecademy.pdf\" data-type=\"URL\" data-id=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/POC-Learn-HTML_-Elements-and-Structure-Cheatsheet-_-Codecademy.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Cheat sheet download \u2013<strong> <\/strong>Elements and Structure PDF<\/a><strong><br><\/strong><br><strong>Tables<\/strong> <br>Lesson: HTML <br>Quiz: HTML Tables (pro)<br>Project: Wine Festival Schedule (pro)<br><a href=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/POC-Learn-HTML_-Tables-Cheatsheet-_-Codecademy.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Cheat sheet download\u2013 Tables PDF<\/a><\/p>\n\n\n\n<p><strong>Forms<\/strong> <br>Lesson: HTML Forms<br>Lesson Form Validation<br>Quiz: HTML Forms (pro)<br>Project: Forma story (pro)<br><a href=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/POC-Learn-HTML_-Forms-Cheatsheet-_-Codecademy.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Cheat sheet attached \u2013 Forms PDF<\/a><\/p>\n\n\n\n<p><strong>Semantic HTML<\/strong><br>Lesson: Semantic HTML<br>Quiz: Semantic HTML (pro)<br>Project: New York City Blog (pro)<br><a href=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/POC-Learn-HTML_-Semantic-HTML-Cheatsheet-_-Codecademy.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Cheat sheet attached \u2013 Semantic HTML PDF<\/a><\/p>\n<\/div><\/div>\n\n\n\n<p>HTML is the language used to create webpages. HTML stands for <strong>Hypertext Markup Language<\/strong>. HTML documents written with this text (or coding) tell browsers how to interpret and display the data.<\/p>\n\n\n\n<p>HTML documents can be identified by the file extension .htm or <strong>.html<\/strong>. HTML standards are set and maintained by an international group of industry leaders such as Microsoft and Apple, called The <a href=\"https:\/\/www.w3.org\/Consortium\/\" data-type=\"URL\" data-id=\"https:\/\/www.w3.org\/Consortium\/\" target=\"_blank\" rel=\"noreferrer noopener\">World Wide Web Consortium (W3C)<\/a>. The rules that govern how HTML is written are called syntax. As new Web technologies emerge, HTML evolves through the W3C with newer versions such as <strong>5.0<\/strong> that introduced new standards.<\/p>\n\n\n\n<p>HTML is the skeleton of all web pages. It\u2019s often the first language learned by marketers and designers and is core to front-end development work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">So what exactly is HTML?<\/h2>\n\n\n\n<p>HTML provides structure to the content appearing on a website, such as images, text, or videos.<br>Right-click on any page on the internet, choose \u201cInspect\u201d &#8211; or Ctrl+Shift+I &#8211; and you\u2019ll see HTML in a panel of your screen.<\/p>\n\n\n\n<p><br>HTML stands for HyperText Markup Language:<\/p>\n\n\n\n<ul><li>A markup language is a computer language that defines the structure and presentation of raw text.<\/li><li>In HTML, the computer can interpret raw text that is wrapped in HTML elements.<\/li><li>Hypertext is text displayed on a computer or device that provides access to other text through links, also known as hyperlinks.<\/li><\/ul>\n\n\n\n<p>Learning HTML is the first step in creating websites. but even a bit of knowledge can help you inject code snippets into newsletters, blog or website templates. As you continue learning, you can <strong>layer HTML with CSS and JavaScript to create visually compelling and dynamic websites<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">HTML Anatomy<\/h3>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-very-light-gray-background-color has-background\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"832\" height=\"476\" src=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/HTML-structure.png\" alt=\"Image demonstrating HTML coding structure: element, opening &amp; closing tags, and content.\" class=\"wp-image-79 size-full\" srcset=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/HTML-structure.png 832w, https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/HTML-structure-300x172.png 300w, https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/HTML-structure-768x439.png 768w\" sizes=\"(max-width: 832px) 100vw, 832px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p>HTML is composed of elements. These elements structure the webpage and define its content.<\/p>\n\n\n\n<p>The diagram to the left displays an HTML paragraph element. <\/p>\n\n\n\n<p>As we can see, the paragraph element is made up of one opening tag (<strong>&lt;<\/strong>), the content (\u201cHello World!\u201d text), and a closing tag (<strong>&gt;<\/strong>).<\/p>\n\n\n\n<p>A tag and the content between it is called an HTML element.<\/p>\n\n\n\n<p>There are many tags that we can use to organise and display text and other types of content.<\/p>\n<\/div><\/div>\n\n\n\n<p> <br>Let\u2019s quickly review each part of the element pictured above:<\/p>\n\n\n\n<ul><li>HTML element (or simply, element) \u2014 a unit of content in an HTML document formed by HTML tags and the text or media it contains.<\/li><li>HTML Tag \u2014 the element name, surrounded by an opening (&lt;) and closing (&gt;) angle bracket.<\/li><li>Opening Tag \u2014 the first HTML tag used to start an HTML element. The tag type is surrounded by opening and closing angle brackets.<\/li><li>Content \u2014 the information (text or other elements) contained between the opening and closing tags of an HTML element \u2013 visible to your audience.<\/li><li>Closing tag \u2014 the second HTML tag used to end an HTML element. Closing tags have a forward slash (\/) inside of them, directly after the left angle bracket.<\/li><\/ul>\n\n\n<style>.wp-block-kadence-advancedheading.kt-adv-heading_2e610e-33, .wp-block-kadence-advancedheading.kt-adv-heading_2e610e-33[data-kb-block=\"kb-adv-heading_2e610e-33\"]{font-style:normal;}.wp-block-kadence-advancedheading.kt-adv-heading_2e610e-33 mark, .wp-block-kadence-advancedheading.kt-adv-heading_2e610e-33[data-kb-block=\"kb-adv-heading_2e610e-33\"] mark{font-style:normal;color:#f76a0c;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}<\/style>\n<h4 class=\"kt-adv-heading_2e610e-33 wp-block-kadence-advancedheading\" data-kb-block=\"kb-adv-heading_2e610e-33\">Just to clarify:<\/h4>\n\n\n\n<ul><li>Tags are read by the computer and if formatted correctly will not be visible to your human audience.<\/li><li>Content is visible to your audience.<\/li><\/ul>\n\n\n\n<p>The \u201cMarkup Language\u201d component of HTML refers to the insertion of instructions, called tags.&nbsp;<strong><em>Tags<\/em><\/strong>&nbsp;tell the Web browser how to interpret the data. Tags follow a standard format. Each tag begins with a \u201cless than\u201d symbol (<strong>&lt;<\/strong>), immediately followed by the tag text, and ending in a \u201cgreater than\u201d symbol (<strong>&gt;<\/strong>). Spelling is critical, as tags not recognised by a Web browser are ignored. Tags in HTML can be written in either upper or lowercase. However, it is considered generally good practice to <strong>type your tags in lower case<\/strong>.<\/p>\n\n\n\n<p class=\"has-very-light-gray-background-color has-background\">Please note that HTML uses American spelling.<\/p>\n\n\n\n<p><strong><em>Tag Example:&nbsp;<\/em><\/strong><em><span class=\"has-inline-color has-virtue-primary-color\">&lt;body&gt;<\/span><\/em><\/p>\n\n\n\n<p>Most tags have a similar counterpart, called an \u201cend tag\u201d which stops the effect of the tag. An end tag is identical to the start tag counterpart, but also includes a forward slash \u201c\/\u201dimmediately before the tag text. Some tags do not have a closing counterpart, such as the Image tag (&lt;img&gt;). A closing tag must always include the forward slash \u201c\/\u201d.<\/p>\n\n\n\n<p><strong><em>End Tag Example:<\/em><\/strong><em>&nbsp;<span class=\"has-inline-color has-virtue-primary-color\">&lt;\/body&gt;<\/span><\/em><\/p>\n\n\n\n<p><strong><em>Elements<\/em><\/strong>&nbsp;are simply the different components or pieces of your webpage (text, images, etc.). For example, &lt;body&gt;\u2026&lt;\/body&gt; are tags that identify the body text on a webpage.<\/p>\n\n\n\n<p>Once you have identified the element, you can then apply&nbsp;<strong><em>attributes<\/em><\/strong>&nbsp;such as colour and alignment to the element. Many attributes require that you also set a value, such as a measurement or specification. For example, if you wanted to center a paragraph on your webpage, the code would read:<\/p>\n\n\n\n<p><strong>Attribute Example:<\/strong>&nbsp;<em><span class=\"has-inline-color has-virtue-primary-color\">&lt;p style=\u201ctext-align:center\u201d&gt;<\/span>Your paragraph text.<span class=\"has-inline-color has-virtue-primary-color\">&lt;\/p&gt;<\/span><\/em><\/p>\n\n\n\n<p>In this example, STYLE is the attribute for the paragraph\u2019s text and text-align:center is the value. Values are always surrounded by quotation marks. You can apply multiple attributes, separating them with space between.<\/p>\n\n\n\n<p><strong><em>Entities<\/em><\/strong>&nbsp;are special characters you can add to a page such as a copyright or trademark symbol. Entities begin with an ampersand (&amp;) and end with a semicolon. For example, the code to insert a registration mark (\u00ae) looks like:<\/p>\n\n\n\n<p><strong>Entity Example:<\/strong>&nbsp;<span class=\"has-inline-color has-virtue-primary-color\">&amp;reg;<\/span><\/p>\n\n\n\n<p>As HTML became more prevalent and the need increased for additional structure for HTML documents, the W3C introduced XML (Extensible Markup Language), a meta-markup language used to create other languages and allow developers to define their own tags. XML isn\u2019t quite as flexible as HTML, so the W3C rewrote HTML in XML, creating XHTML.<\/p>\n\n\n\n<p>With the advent of HTML5, the W3C recommends using HTML5, as its inclusion of the extensive use of Cascading Style Sheets (CSS) and JavaScript (JS) has eradicated the need for XHTML. While XHTML is still being supported by browsers, its similarity to the latest iteration of HTML makes it redundant.<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-_635427-24 .kt-block-spacer{height:40px;}.wp-block-kadence-spacer.kt-block-spacer-_635427-24 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_635427-24\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\" style=\"height:40px\"><hr class=\"kt-divider\" style=\"border-top-color:#eee;border-top-width:1px;width:80%;border-top-style:solid\"\/><\/div><\/div>\n\n\n\n<p>HTML isn&#8217;t the only language we learn during this module &#8216;Principles of Coding&#8217; &#8211; we will also be covering CSS and JavaScript. To understand better why we need three languages &#8211; I&#8217;ll pass over to Danielle Th\u00e9 who will provide a precis of the three:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"HTML, CSS, JavaScript Explained [in 4 minutes for beginners]\" width=\"1140\" height=\"641\" src=\"https:\/\/www.youtube.com\/embed\/gT0Lh1eYk78?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n<style>#kt-layout-id_09b314-ce > .kt-row-column-wrap{align-content:start;}:where(#kt-layout-id_09b314-ce > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}#kt-layout-id_09b314-ce > .kt-row-column-wrap{column-gap:var(--global-kb-gap-md, 2rem);row-gap:var(--global-kb-gap-md, 2rem);max-width:1140px;margin-left:auto;margin-right:auto;padding-top:var( --global-kb-row-default-top, 25px );padding-bottom:var( --global-kb-row-default-bottom, 25px );padding-top:80px;padding-bottom:80px;grid-template-columns:repeat(3, minmax(0, 1fr));}#kt-layout-id_09b314-ce{background-color:#f9f9f9;}#kt-layout-id_09b314-ce > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){#kt-layout-id_09b314-ce > .kt-row-column-wrap{grid-template-columns:repeat(3, minmax(0, 1fr));}}@media all and (max-width: 767px){#kt-layout-id_09b314-ce > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style>\n<div class=\"wp-block-kadence-rowlayout alignfull\"><div id=\"kt-layout-id_09b314-ce\" class=\"kt-row-layout-inner kt-row-has-bg kt-layout-id_09b314-ce\"><div class=\"kt-row-column-wrap kt-has-3-columns kt-gutter-default kt-v-gutter-default kt-row-valign-top kt-row-layout-equal kt-tab-layout-inherit kt-m-colapse-left-to-right kt-mobile-layout-row\"><style>.kadence-column_6a3cb5-d4 > .kt-inside-inner-col{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}.kadence-column_6a3cb5-d4 > .kt-inside-inner-col,.kadence-column_6a3cb5-d4 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column_6a3cb5-d4 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column_6a3cb5-d4{position:relative;}<\/style>\n<div class=\"wp-block-kadence-column inner-column-1 kadence-column_6a3cb5-d4\"><div class=\"kt-inside-inner-col\"><style>#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap{border-color:#186faf;border-top-width:5px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;background:#ffffff;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover{border-color:#186faf;background:#ffffff;}#kt-info-box_005009-62 .kt-info-svg-icon, #kt-info-box_005009-62 .kt-info-svg-icon-flip, #kt-info-box_005009-62 .kt-blocks-info-box-number{font-size:50px;}#kt-info-box_005009-62 .kt-blocks-info-box-media{color:#186faf;background:#dceefb;border-color:#444444;border-radius:200px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:26px;padding-right:26px;padding-bottom:26px;padding-left:26px;}#kt-info-box_005009-62 .kt-blocks-info-box-media-container{margin-top:5px;margin-right:15px;margin-bottom:15px;margin-left:15px;}#kt-info-box_005009-62 .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-media{color:#186faf;background:#dceefb;border-color:#444444;}#kt-info-box_005009-62 h4.kt-blocks-info-box-title{color:#186faf;font-size:24px;line-height:26px;font-family:Montserrat;font-style:normal;font-weight:700;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover h4.kt-blocks-info-box-title{color:#186faf;}#kt-info-box_005009-62 .kt-infobox-textcontent .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_005009-62 .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;font-size:14px;font-family:Montserrat;font-style:normal;font-weight:600;border-width:1px 0px 0px 0px;padding-top:20px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin:25px 0px 10px 0px;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap{box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);}#kt-info-box_005009-62 .kt-blocks-info-box-link-wrap:hover{box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}<\/style>\n<div id=\"kt-info-box_005009-62\" class=\"wp-block-kadence-infobox\"><a class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-top kt-info-halign-center\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span style=\"display:block;justify-content:center;align-items:center\" class=\"kt-info-svg-icon kt-info-svg-icon-fas_archway\"><svg style=\"display:inline-block;vertical-align:middle\" viewbox=\"0 0 576 512\" height=\"50\" width=\"50\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"><\/path><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><h4 class=\"kt-blocks-info-box-title\">HTML 5<\/h4><p class=\"kt-blocks-info-box-text\">Provides structure and layout and is the base layer of a webpage <\/p><div class=\"kt-blocks-info-box-learnmore-wrap\"><span class=\"kt-blocks-info-box-learnmore\">The Builder<\/span><\/div><\/div><\/a><\/div>\n<\/div><\/div>\n\n\n<style>.kadence-column_21ac8c-de > .kt-inside-inner-col{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}.kadence-column_21ac8c-de > .kt-inside-inner-col,.kadence-column_21ac8c-de > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column_21ac8c-de > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column_21ac8c-de{position:relative;}<\/style>\n<div class=\"wp-block-kadence-column inner-column-2 kadence-column_21ac8c-de\"><div class=\"kt-inside-inner-col\"><style>#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap{border-color:#f0b429;border-top-width:5px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;background:#ffffff;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover{border-color:#f0b429;background:#ffffff;}#kt-info-box_24bfe0-82 .kt-info-svg-icon, #kt-info-box_24bfe0-82 .kt-info-svg-icon-flip, #kt-info-box_24bfe0-82 .kt-blocks-info-box-number{font-size:50px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-media{color:#f0b429;background:#fff3c4;border-color:#444444;border-radius:200px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:26px;padding-right:26px;padding-bottom:26px;padding-left:26px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-media-container{margin-top:5px;margin-right:15px;margin-bottom:15px;margin-left:15px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-media{color:#f0b429;background:#fff3c4;border-color:#444444;}#kt-info-box_24bfe0-82 h4.kt-blocks-info-box-title{color:#f0b429;font-size:24px;line-height:26px;font-family:Montserrat;font-style:normal;font-weight:700;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover h4.kt-blocks-info-box-title{color:#f0b429;}#kt-info-box_24bfe0-82 .kt-infobox-textcontent .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;font-size:14px;font-family:Montserrat;font-style:normal;font-weight:600;border-width:1px 0px 0px 0px;padding-top:20px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin:25px 0px 10px 0px;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap{box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);}#kt-info-box_24bfe0-82 .kt-blocks-info-box-link-wrap:hover{box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}<\/style>\n<div id=\"kt-info-box_24bfe0-82\" class=\"wp-block-kadence-infobox\"><a class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-top kt-info-halign-center\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span style=\"display:block;justify-content:center;align-items:center\" class=\"kt-info-svg-icon kt-info-svg-icon-fas_pencil-ruler\"><svg style=\"display:inline-block;vertical-align:middle\" viewbox=\"0 0 512 512\" height=\"50\" width=\"50\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"><\/path><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><h4 class=\"kt-blocks-info-box-title\">CSS<\/h4><p class=\"kt-blocks-info-box-text\">Cascading Style Sheet: provides style and design<\/p><div class=\"kt-blocks-info-box-learnmore-wrap\"><span class=\"kt-blocks-info-box-learnmore\">The Artist<\/span><\/div><\/div><\/a><\/div>\n<\/div><\/div>\n\n\n<style>.kadence-column_cb7302-47 > .kt-inside-inner-col{border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}.kadence-column_cb7302-47 > .kt-inside-inner-col,.kadence-column_cb7302-47 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column_cb7302-47 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column_cb7302-47{position:relative;}<\/style>\n<div class=\"wp-block-kadence-column inner-column-3 kadence-column_cb7302-47\"><div class=\"kt-inside-inner-col\"><style>#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap{border-color:#d64545;border-top-width:5px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;background:#ffffff;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover{border-color:#d64545;background:#ffffff;}#kt-info-box_683187-8e .kt-info-svg-icon, #kt-info-box_683187-8e .kt-info-svg-icon-flip, #kt-info-box_683187-8e .kt-blocks-info-box-number{font-size:50px;}#kt-info-box_683187-8e .kt-blocks-info-box-media{color:#d64545;background:#ffeeee;border-color:#444444;border-radius:200px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:26px;padding-right:26px;padding-bottom:26px;padding-left:26px;}#kt-info-box_683187-8e .kt-blocks-info-box-media-container{margin-top:5px;margin-right:15px;margin-bottom:15px;margin-left:15px;}#kt-info-box_683187-8e .kt-blocks-info-box-media .kadence-info-box-image-intrisic img{border-radius:200px;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-media{color:#d64545;background:#ffeeee;border-color:#444444;}#kt-info-box_683187-8e h4.kt-blocks-info-box-title{color:#d64545;font-size:24px;line-height:26px;font-family:Montserrat;font-style:normal;font-weight:700;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:5px;margin-right:0px;margin-bottom:10px;margin-left:0px;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover h4.kt-blocks-info-box-title{color:#d64545;}#kt-info-box_683187-8e .kt-infobox-textcontent .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-text{color:#545e69;}#kt-info-box_683187-8e .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;font-size:14px;font-family:Montserrat;font-style:normal;font-weight:600;border-width:1px 0px 0px 0px;padding-top:20px;padding-right:8px;padding-bottom:4px;padding-left:8px;margin:25px 0px 10px 0px;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-learnmore{color:#4a627b;background:#ffffff;border-color:#e4e8ec;}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap{box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);}#kt-info-box_683187-8e .kt-blocks-info-box-link-wrap:hover{box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}<\/style>\n<div id=\"kt-info-box_683187-8e\" class=\"wp-block-kadence-infobox\"><a class=\"kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-top kt-info-halign-center\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span style=\"display:block;justify-content:center;align-items:center\" class=\"kt-info-svg-icon kt-info-svg-icon-fas_chart-line\"><svg style=\"display:inline-block;vertical-align:middle\" viewbox=\"0 0 512 512\" height=\"50\" width=\"50\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM456 96H344c-21.4 0-32.1 25.9-17 41l32.9 32.9-72 72.9-55.6-55.6c-4.7-4.7-12.2-4.7-16.9 0L96.4 305c-4.7 4.6-4.8 12.2-.2 16.9l28.5 29.4c4.7 4.8 12.4 4.9 17.1.1l82.1-82.1 55.5 55.5c4.7 4.7 12.3 4.7 17 0l109.2-109.2L439 249c15.1 15.1 41 4.4 41-17V120c0-13.3-10.7-24-24-24z\"><\/path><\/svg><\/span><\/div><\/div><\/div><\/div><div class=\"kt-infobox-textcontent\"><h4 class=\"kt-blocks-info-box-title\">JavaScript<\/h4><p class=\"kt-blocks-info-box-text\">Language that provides functionality and animation elements <\/p><div class=\"kt-blocks-info-box-learnmore-wrap\"><span class=\"kt-blocks-info-box-learnmore\">The Wizard<\/span><\/div><\/div><\/a><\/div>\n<\/div><\/div>\n<\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>We are using CodeCademy to learn HTML (Hypertext Markup Language) &#8211; the basic coding required for websites. IntroductionLesson: Introduction to HTMLLesson: HTML Document StandardsProject: Fashion Blog (pro)Cheat sheet download \u2013 Elements and Structure PDFTables Lesson: HTML Quiz: HTML Tables (pro)Project: &hellip; <a href=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":52,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":"","footnotes":""},"categories":[4,27],"tags":[28,29],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Getting to grips with HTML - Digital Marketing - Principles of Coding<\/title>\n<meta name=\"description\" content=\"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting to grips with HTML - Digital Marketing - Principles of Coding\" \/>\n<meta property=\"og:description\" content=\"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Marketing - Principles of Coding\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-13T15:10:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-10-08T17:14:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/CodeCademy-screenshot.png\" \/>\n\t<meta property=\"og:image:width\" content=\"950\" \/>\n\t<meta property=\"og:image:height\" content=\"950\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/\",\"url\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/\",\"name\":\"Getting to grips with HTML - Digital Marketing - Principles of Coding\",\"isPartOf\":{\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#website\"},\"datePublished\":\"2021-08-13T15:10:31+00:00\",\"dateModified\":\"2021-10-08T17:14:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/9b14ee07c1eceb6abf0459cdfb721952\"},\"description\":\"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting to grips with HTML\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#website\",\"url\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/\",\"name\":\"Digital Marketing - Principles of Coding\",\"description\":\"Resources and Revision\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/9b14ee07c1eceb6abf0459cdfb721952\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a97f9039c0f2b6de485c50a2cdfd0210?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a97f9039c0f2b6de485c50a2cdfd0210?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/www.dpnwordpress.org\/principles-of-coding\"],\"url\":\"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting to grips with HTML - Digital Marketing - Principles of Coding","description":"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_GB","og_type":"article","og_title":"Getting to grips with HTML - Digital Marketing - Principles of Coding","og_description":"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.","og_url":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/","og_site_name":"Digital Marketing - Principles of Coding","article_published_time":"2021-08-13T15:10:31+00:00","article_modified_time":"2021-10-08T17:14:46+00:00","og_image":[{"width":950,"height":950,"url":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/wp-content\/uploads\/2021\/08\/CodeCademy-screenshot.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/","url":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/","name":"Getting to grips with HTML - Digital Marketing - Principles of Coding","isPartOf":{"@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#website"},"datePublished":"2021-08-13T15:10:31+00:00","dateModified":"2021-10-08T17:14:46+00:00","author":{"@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/9b14ee07c1eceb6abf0459cdfb721952"},"description":"HTML is the building blocks language of website pages - this provides the structure and layout of website pages and posts.","breadcrumb":{"@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/2021\/08\/13\/getting-to-grips-with-html\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/"},{"@type":"ListItem","position":2,"name":"Getting to grips with HTML"}]},{"@type":"WebSite","@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#website","url":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/","name":"Digital Marketing - Principles of Coding","description":"Resources and Revision","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/9b14ee07c1eceb6abf0459cdfb721952","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a97f9039c0f2b6de485c50a2cdfd0210?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a97f9039c0f2b6de485c50a2cdfd0210?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.dpnwordpress.org\/principles-of-coding"],"url":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/posts\/45"}],"collection":[{"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":28,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/posts\/45\/revisions"}],"predecessor-version":[{"id":169,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/posts\/45\/revisions\/169"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/media\/52"}],"wp:attachment":[{"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/media?parent=45"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/categories?post=45"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dpnwordpress.org\/principles-of-coding\/index.php\/wp-json\/wp\/v2\/tags?post=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}