<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Remake of Year 9 Helpful HTML learning shelf by Stephenie Ang Yee Ning</title>
      <link>https://padlet.com/stephenieang_y/twquo4856y4c</link>
      <description>Made with a bold determination. This Padlet is for you to record your HTML learning.  Make a copy, share with me and add notes each lesson.</description>
      <language>en-us</language>
      <pubDate>2018-04-27 00:30:44 UTC</pubDate>
      <lastBuildDate>2024-11-09 01:07:36 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Clouds.png</url>
      </image>
      <item>
         <title></title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/257877154</link>
         <description><![CDATA[<div>&lt;ol&gt;ordered list<br>&lt;ul&gt;unordered list<br><br>how to write:<br>&lt;ol&gt;<br>&lt;li&gt; rabbit &lt;/li&gt;<br>&lt;li&gt; lion &lt;/li&gt;<br>&lt;/ol&gt; &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-04 00:30:02 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/257877154</guid>
      </item>
      <item>
         <title>How to make a table</title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/257877620</link>
         <description><![CDATA[<div>&lt;table&gt;<br>&lt;tr&gt;<br>&lt;td&gt; rabbit &lt;/td&gt;<br>&lt;td&gt; lion &lt;/td&gt;<br>&lt;/tr&gt;<br>&lt;td&gt; cake &lt;/td&gt;<br>&lt;td&gt; rice &lt;/td&gt;<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/285732006/2ceb7661020672c2e8da9a69cf75301a/Capture.gif" />
         <pubDate>2018-05-04 00:33:13 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/257877620</guid>
      </item>
      <item>
         <title>how to make an email</title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261773128</link>
         <description><![CDATA[<div>learn <strong>html</strong> easily<br>learn&lt;<em>a</em> <em>href</em>="www.....com"&gt;html&lt;/a&gt;easily<br>hey <strong>email</strong> me<br>hey&lt;a href="mailto:stephanie@gmail.com"&gt;email&lt;/a&gt;me</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-18 00:30:00 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261773128</guid>
      </item>
      <item>
         <title>How to insert an image?</title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261776815</link>
         <description><![CDATA[<div>Are robots good<br>are robots&lt;a href="robotgood.html"&gt;&lt;img scr="smile.jpg"&lt;/a&gt;good<br>width xxx</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-18 00:56:30 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261776815</guid>
      </item>
      <item>
         <title>Background colour</title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261777330</link>
         <description><![CDATA[<div>&lt;style&gt;</div><div>body {background-color: lightblue;}</div><div>&lt;/style&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-18 01:00:24 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/261777330</guid>
      </item>
      <item>
         <title></title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262255193</link>
         <description><![CDATA[<div>tr=row<br>td=column<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-21 03:14:45 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262255193</guid>
      </item>
      <item>
         <title></title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262255497</link>
         <description><![CDATA[<div>&lt;p&gt; &lt;/p&gt;=paragraph<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-21 03:17:23 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262255497</guid>
      </item>
      <item>
         <title>how to insert a video</title>
         <author>stephenieang_y</author>
         <link>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262259555</link>
         <description><![CDATA[<div>&lt;video width="800" controls&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;source src="videoplayback%20(1).mp4" type="video/mp4"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/video&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-21 03:51:24 UTC</pubDate>
         <guid>https://padlet.com/stephenieang_y/twquo4856y4c/wish/262259555</guid>
      </item>
   </channel>
</rss>
