<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My fancy stream by P Joshi</title>
      <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct</link>
      <description>Made with serendipity</description>
      <language>en-us</language>
      <pubDate>2019-04-03 09:39:06 UTC</pubDate>
      <lastBuildDate>2026-03-12 06:04:42 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Diskette.png</url>
      </image>
      <item>
         <title>Basic structure of HTML page</title>
         <author>pjoshi_teach</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347984287</link>
         <description><![CDATA[<div>&lt;!DOCTYPE html&gt;<br>&lt;html&gt;<br>     &lt;head&gt;<br>          &lt;link href="some.css" rel="stylesheet" type = "text/css"/&gt; this is how you add an external css file in a webpage for styling the webpage.<br><br>           This part contains meta data<br>     &lt;/head&gt;<br>     &lt;body&gt;<br>           This part contains everything which will be displayed on a webpage.<br>     &lt;/body&gt;<br>&lt;/html&gt;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:41:38 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347984287</guid>
      </item>
      <item>
         <title>a - to create a hyperlinks</title>
         <author>mikolajkorob_korba</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986112</link>
         <description><![CDATA[<div>&lt;a href= "mailto:youremail@mail"&gt;<br>target_</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:48:00 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986112</guid>
      </item>
      <item>
         <title>Table</title>
         <author>oskarlambryczak</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986306</link>
         <description><![CDATA[<div>&lt;table&gt;&lt;/table&gt; This creates a  table<br>&lt;table width="px"&gt; to set the width<br>&lt;table height="px"&gt; to set the height<br>&lt;table border="1 or 0"&gt; To show or hide borders<br><br>&lt;tr&gt;&lt;/tr&gt; This creates a new row<br><br>&lt;th&gt;&lt;/th&gt; This creates a Heading for each column<br><br><br>&lt;td&gt;&lt;/td&gt; This creates a cell in a row<br><br>    <br>  <br>    </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:48:40 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986306</guid>
      </item>
      <item>
         <title>Image tag-to add images </title>
         <author>lavin_bherwani9</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986333</link>
         <description><![CDATA[<div>&lt;img src/&gt;=""<br><br>can also add height and width of the image.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:48:46 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347986333</guid>
      </item>
      <item>
         <title>Break- this allows you to break the line so whatever is in the first line will go to the next one.</title>
         <author>lavin_bherwani9</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347987095</link>
         <description><![CDATA[<div><br>&lt;br/&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:51:25 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347987095</guid>
      </item>
      <item>
         <title>Font</title>
         <author>mikolajkorob_korba</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347987161</link>
         <description><![CDATA[<div>font-style:<br><br>background-color:<br>&lt;font size=" " color="  " &gt;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:51:42 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347987161</guid>
      </item>
      <item>
         <title>H1 to H6</title>
         <author>oskarlambryczak</author>
         <link>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347989267</link>
         <description><![CDATA[<div>&lt;h1,2,3,4,5,6&gt;&lt;/h1,2,3,4,5,6,&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-03 09:59:45 UTC</pubDate>
         <guid>https://padlet.com/pjoshi_teach/9t1nz7zxezct/wish/347989267</guid>
      </item>
   </channel>
</rss>
