<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Web belt by Code Ninjas</title>
      <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-03-01 15:14:16 UTC</pubDate>
      <lastBuildDate>2025-04-04 19:21:10 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>What is HTML?</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499703169</link>
         <description><![CDATA[<div>Hyper Text Markup Language, (<strong>HTML</strong>), is how we make the structure of <strong>every single website</strong> on the World Wide Web.</div>]]></description>
         <enclosure url="http://info.cern.ch/hypertext/WWW/TheProject.html" />
         <pubDate>2023-03-01 15:18:40 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499703169</guid>
      </item>
      <item>
         <title>HTML creates elements.</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499710363</link>
         <description><![CDATA[<div>An element consists of tags and content. The <strong>element name</strong> above would be <strong><mark>p</mark></strong>, as it is what is inside the <strong><mark>&lt;&gt;</mark></strong>. In most cases, we have a start tag and a closing tag. Closing tags <strong>always have a forward slash</strong> (<strong><mark>/</mark></strong>).</div>]]></description>
         <enclosure url="https://o.quizlet.com/qK6x0GvvRRYmMYHmuW.eDA.png" />
         <pubDate>2023-03-01 15:23:13 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499710363</guid>
      </item>
      <item>
         <title>⚠ Some elements do not have a closing tag.</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499722156</link>
         <description><![CDATA[<div>Some elements, known as <strong><mark>empty elements</mark></strong>, do not have a closing tag. They can <em>(but do not have to)</em> include a forward slash at the end. Examples include:</div><blockquote><ul><li>&lt;br&gt; : <em>The Line Break element.</em></li><li>&lt;hr&gt; : The Thematic Break (Horizontal Rule) element.</li><li>&lt;img&gt; : The Image element.</li></ul></blockquote>]]></description>
         <enclosure url="http://schoolsofweb.com/wp-content/uploads/empty-element.jpg" />
         <pubDate>2023-03-01 15:29:25 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499722156</guid>
      </item>
      <item>
         <title>Elements can have Attributes!</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499732816</link>
         <description><![CDATA[<div>In the opening tag you might find something called an <strong><mark>attribute</mark></strong>! There are some which have in-built functionality, like <a href="https://www.w3schools.com/tags/att_src.asp">src</a>, <a href="https://www.w3schools.com/tags/att_href.asp">href</a>, <a href="https://www.w3schools.com/tags/att_class.asp">class</a>, <a href="https://www.w3schools.com/tags/att_style.asp">style </a>and <a href="https://www.w3schools.com/tags/att_id.asp">id</a> - but you can also define your own. A full list of attributes that have purposes can be found <a href="https://www.w3schools.com/tags/ref_attributes.asp">here</a>!</div>]]></description>
         <enclosure url="https://www.w3resource.com/w3r_images/html-attribute-pic.png" />
         <pubDate>2023-03-01 15:36:09 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499732816</guid>
      </item>
      <item>
         <title>The  head and body elements.</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499745322</link>
         <description><![CDATA[<div>A HTML document can be split into the head and body. <br><br>The &lt;<strong><mark>head</mark></strong>&gt; defines something called <strong><mark>metadata</mark></strong> - which is <strong>data </strong>(information) <strong>about the </strong><strong><em>website itself</em></strong>. It can be about what the website is called, what the website is about, keywords, and other files that are connected to the website too! It is what the computer reads to understand what the website is.<br><br>The &lt;<strong><mark>body</mark></strong>&gt; defines what you <strong>actually see and interact with</strong>. If you go on any website, you are looking at what is written inside the &lt;body&gt;.<br><br></div>]]></description>
         <enclosure url="https://wachemo-elearning.net/wp-content/uploads/2022/07/image-1339.png" />
         <pubDate>2023-03-01 15:44:02 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499745322</guid>
      </item>
      <item>
         <title>🚩CHECKPOINT! </title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499748565</link>
         <description><![CDATA[<div><strong>1.</strong> What does HTML stand for?<br><strong>2.</strong> Metadata is defined in the _____ element.<br><strong>3. </strong>Attributes are written in the closing tag. True or False?<br><strong>4.</strong> Name one empty element!<br><br><em>Tell a sensei your answers before moving on.</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-01 15:46:17 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499748565</guid>
      </item>
      <item>
         <title>Declaring a HTML document...</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499763761</link>
         <description><![CDATA[<div><em>All</em> HTML websites should start with <strong><mark>&lt;!DOCTYPE html&gt;</mark></strong>.<br><br>This is <strong>not </strong>a tag, but something we call a <strong><mark>declaration</mark></strong>. It 'declares' to the browser that we are going to be using <strong>HTML5</strong>, which is the <strong>most recent version of HTML</strong>. <br><br>&lt;!DOCTYPE html&gt; is <strong>not </strong><strong><mark>case-sensitive</mark></strong>, which means we can write it as &lt;!doctype html&gt;, &lt;!Doctype HTML&gt;,&lt;!dOcTyPe HtMl&gt; and the computer will still understand.</div>]]></description>
         <enclosure url="https://www.seobility.net/en/wiki/images/a/a6/HTML-Doctype.png" />
         <pubDate>2023-03-01 15:56:11 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499763761</guid>
      </item>
      <item>
         <title>OPTIONAL: The HTML tag</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499789155</link>
         <description><![CDATA[<div>It is <strong>good practice to use &lt;</strong><strong><mark>html</mark></strong><strong>&gt;&lt;/</strong><strong><mark>html</mark></strong><strong>&gt; as a container for all elements</strong>. It is not mandatory, but we use the tag usually for two reasons; the first of which is accessibility;<br><br></div><pre>&lt;html lang="en"&gt;</pre><div><br>tells the computer that the language of our website is english, so that if anyone is using a screenreader (or something else that reads the contents of a website automatically) it knows how to do it correctly!&nbsp;<br>The second reason is that it creates a 'root' element- which is one single element that everything else is inside of. It makes the computer have an easier time navigating the elements.<br><br></div><div>The &lt;html&gt; tag goes <strong>after </strong>the &lt;doctype&gt; declaration, but wraps around <strong>everything else</strong> in the document.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-01 16:12:21 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499789155</guid>
      </item>
      <item>
         <title>Parents, Children and Siblings.</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499801695</link>
         <description><![CDATA[<div>Elements can be categorized into <strong><mark>parent</mark></strong>, <strong><mark>child </mark></strong>and <strong><mark>sibling </mark></strong>elements. They can even be <strong>multiple at once</strong>!<br><br>A <strong>parent </strong>is any element whose tags <strong>wraps around</strong> another element.<br>A <strong>child </strong>is any element that is <strong>inside </strong>of another element.<br>A <strong>sibling </strong>is any element that is <strong>next </strong>to another element.<br><br>In the image above, <strong>body is a parent</strong> element, <strong>h1 and p are child</strong> <strong>elements.</strong> h1 and p are <strong><em>also </em></strong>sibling elements to each other.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1866686181/b5ad160a20f5d20761528b322d4f80de/Screenshot_20230301_161743.png" />
         <pubDate>2023-03-01 16:20:06 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499801695</guid>
      </item>
      <item>
         <title>Text Elements!</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499867654</link>
         <description><![CDATA[<div><br></div><pre>&lt;h1&gt; This is the biggest heading &lt;/h1&gt;</pre><div>The first <strong><mark>heading </mark></strong>element! This is the biggest, most important text on the page. You can use <strong><mark>h1</mark></strong>, <strong><mark>h2</mark></strong>, <strong><mark>h3</mark></strong>, <strong><mark>h4</mark></strong>, <strong><mark>h5 </mark></strong>and <strong><mark>h6</mark></strong>, which all get smaller.<br><br></div><pre>&lt;p&gt; Hello World &lt;/p&gt;</pre><div>The <strong><mark>paragraph </mark></strong>element! This defines a paragraph on the page. It is for text only.<br><br></div><pre>&lt;sup&gt; This is superscript &lt;/sup&gt;</pre><div>The <strong><mark>superscript </mark></strong>element makes text smaller, and a bit <sup>above </sup>everything else!<br><br></div><pre>&lt;sub&gt; This is subscript &lt;/sub&gt;</pre><div>The <strong><mark>subscript </mark></strong>element makes text smaller, and a bit <sub>Below </sub>everything else!<br><br></div><pre>&lt;em&gt; This text is emphasized &lt;/em&gt;</pre><div>The <strong><mark>emphasis</mark></strong> tags make the text within them usually in <em>italics </em>(though different browsers have different ways to display it! Some also make it <strong><em>bold</em></strong>.)<br><br></div><pre>&lt;strong&gt; This text is strong &lt;/strong&gt;</pre><div>The <strong><mark>strong</mark></strong> tags make the text within them usually in <strong>italics </strong>(though different browsers have different ways to display it! Some also make it <strong><em>italic</em></strong>.)<br><br></div><pre>&lt;del&gt; This text has been deleted &lt;/del&gt;</pre><div>The <strong><mark>deleted</mark></strong> element is for showing information that has later changed. It is usually represented by browsers with a <del>strikethrough</del>.<br><br></div><pre>&lt;ins&gt; This text has been inserted &lt;/ins&gt;</pre><div>The <strong><mark>inserted</mark></strong> element is for showing information that has replaced something else. Browsers usually <a href="https://cvbhj.com">underline</a> it.<br><br></div><pre>&lt;mark&gt; This text is marked! &lt;/mark&gt;</pre><div>The <strong><mark>marked</mark></strong><strong> </strong>element highlights whatever is inside of it!<br><br></div><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1866686181/7d6e74972e0c2e3b902c5e00243de25e/Screenshot_20230301_165117.png" />
         <pubDate>2023-03-01 17:01:47 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499867654</guid>
      </item>
      <item>
         <title>🚩CHECKPOINT! </title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499874802</link>
         <description><![CDATA[<div><strong>1.</strong> How many &lt;h_&gt; tags are there?<br><strong>2.</strong> &lt;!DOCTYPE html&gt; is not a tag; what is it?<br><strong>3. </strong>&lt;!DOCTYPE html&gt; as well as all tags are case sensitive. True or False?<br><strong>4.</strong> What does the tag &lt;mark&gt; do to text?<br><br><em>Tell a sensei your answers before moving on.</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-01 17:06:32 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499874802</guid>
      </item>
      <item>
         <title>Adding images in HTML!</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499907113</link>
         <description><![CDATA[<div>HTML uses a tag called &lt;<strong><mark>img</mark></strong>&gt; to embed image elements. &lt;img&gt; is an example of the <strong><mark>empty elements</mark></strong> we mentioned earlier!<br><br>In order for &lt;img&gt; to work, the attribute <strong><mark>src</mark></strong> (<em>source</em>); is neccessary. This calls on the <em>source </em>image!&nbsp;<br>all attributes follow the pattern of:</div><pre>name="attribute value"</pre><div>and is written inside the opening tag.<br>So writting a source attribute would look like:</div><pre>src="image.png"</pre><div><br>As we are using JSbin to write our code, we cannot call on local images, so "image.png" would not do- but we have an alternative!<br>If you find an image on the internet and right-click it, you get the option to "Copy image address". By pasting this value into the speech marks, you can use that image on your website!<br><br></div><blockquote><em>There are also other attributes for images.</em></blockquote><div><br></div><pre>width="100"</pre><div><strong><mark>Width</mark></strong> defines the width of the image in pixels.<br><br></div><pre>height="150"</pre><div><strong><mark>Height</mark></strong> defines the height of the image in pixels.<br><br></div><pre>alt="An image of an apple"</pre><div>Alt or <strong><mark>Alternate text</mark></strong> allows for screenreaders to read out what the image is- as well as allows for people to know what the image is supposed to be in the event that the original imahe you linked has been taken down. <em>It is good practice to use an alt attribute. </em><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1866686181/d03373ba2d9c9e32ddc16d56fcfc4b7c/Screenshot_20230301_173753.png" />
         <pubDate>2023-03-01 17:28:47 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499907113</guid>
      </item>
      <item>
         <title>Adding links in HTML!</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499954638</link>
         <description><![CDATA[<div><strong><mark>Links (hyperlinks)</mark></strong> are the basis of the world wide web! You have to use hyperlinks to access other pages of your own website, as well as other websites too!<br>The tag we use for adding a link is:</div><pre>&lt;a&gt;This is a link... but it doesnt go anywhere!&lt;/a&gt;</pre><div>This creates an <strong><mark>anchor</mark></strong><strong> </strong>element!<br>But it cant do anything without a hyperlink reference. This is where our attribute- href - comes in.</div><pre>href="https://url.com"</pre><div>by placing the attribute in the <em>opening tag</em>, you have turned the text inside the tags into a functional hyperlink.<br><br><br><br></div>]]></description>
         <enclosure url="https://www.computerhope.com/issues/pictures/html-link.png" />
         <pubDate>2023-03-01 18:01:38 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499954638</guid>
      </item>
      <item>
         <title>JSbin</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499958677</link>
         <description><![CDATA[<div>We are going to be using JSbin to work on our websites. It sets you up with some basic HTML which we call a <strong><mark>boilerplate.<br></mark></strong>It will be a little different from creating a website using a text editor, as you dont have to use tags to link the CSS or Javascript, but thats for later on.</div>]]></description>
         <enclosure url="https://jsbin.com/?html,output" />
         <pubDate>2023-03-01 18:04:40 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499958677</guid>
      </item>
      <item>
         <title>END OF TOPIC KAHOOT!</title>
         <author>cnbromleytab</author>
         <link>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499960223</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://create.kahoot.it/details/1853b659-2573-4037-a31d-47740c840a76" />
         <pubDate>2023-03-01 18:05:46 UTC</pubDate>
         <guid>https://padlet.com/cnbromleytab/yuvnxfnsn8qqlh4w/wish/2499960223</guid>
      </item>
   </channel>
</rss>
