<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Group 2 by </title>
      <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-21 03:18:17 UTC</pubDate>
      <lastBuildDate>2025-04-28 04:21:23 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>4.heading</title>
         <author>yesol25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427253287</link>
         <description><![CDATA[<p>the number of headings possible: &lt;h1&gt; up to &lt;h6&gt;</p><p>&lt;h1&gt; --&gt; largest</p><p>&lt;h6&gt; --&gt; smallest                    (depends on the importance)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:25:13 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427253287</guid>
      </item>
      <item>
         <title>lists</title>
         <author>sambulkar25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427256509</link>
         <description><![CDATA[<p>UNORDERED</p><p>&lt;ul&gt; &lt;li&gt; cheese</p><p>         &lt;li&gt; ham</p><p>         &lt;li&gt; lettuce</p><p>         &lt;li&gt; bread</p><p>&lt;/ul&gt;</p><p>(just lists in bulletin eg grocery list)</p><p><br></p><p>ORDERED</p><p>&lt;ol&gt; &lt;li&gt; get a dog</p><p>         &lt;li&gt; wrap dog in tortilla</p><p>         &lt;li&gt; feed it</p><p>         &lt;li&gt; eat it </p><p>&lt;/ol&gt;</p><p>(lists in order 1. 2. 3.  eg recipe)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:27:30 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427256509</guid>
      </item>
      <item>
         <title>4.Paragraph</title>
         <author>yesol25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427258951</link>
         <description><![CDATA[<p>The &lt;p&gt; tag is used to define paragraphs in HTML.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:29:00 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427258951</guid>
      </item>
      <item>
         <title>attributes</title>
         <author>sambulkar25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427261392</link>
         <description><![CDATA[<p>&lt;p class="intro"&gt; --&gt; attach a reusable name to any element </p><p>&lt;p class="intro" id="article-intro"&gt;--&gt; use unique names once in an entire html page</p><p>&lt;blockquote contenteditable="true"&gt; to edit content but it won't save</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:30:30 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427261392</guid>
      </item>
      <item>
         <title></title>
         <author>neharikar2020</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427266917</link>
         <description><![CDATA[<ul><li><p><strong>2 Types of Italics</strong>: Use &lt;i&gt; for visual italics and &lt;em&gt; for emphasis. &lt;i&gt; is for titles or names, while &lt;em&gt; conveys verbal emphasis.</p></li><li><p><strong>2 Types of Bold</strong>: Use &lt;b&gt; for visual bold and &lt;strong&gt; for importance. &lt;b&gt; is for styling without meaning, while &lt;strong&gt; indicates importance or urgency.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:33:54 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427266917</guid>
      </item>
      <item>
         <title>3.Body</title>
         <author>yesol25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427266980</link>
         <description><![CDATA[<p>&lt;body&gt; </p><p>keep all content which we want to display.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:33:57 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427266980</guid>
      </item>
      <item>
         <title>quotes</title>
         <author>neharikar2020</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427272554</link>
         <description><![CDATA[<ul><li><p><strong>Block</strong>: &lt;blockquote&gt; element to distinguish quotes from surrounding text.</p></li><li><p><strong>Inline</strong>: &lt;q&gt; element for quotes that are part of a larger text.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:37:20 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427272554</guid>
      </item>
      <item>
         <title>1.Head</title>
         <author>yesol25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427272909</link>
         <description><![CDATA[<p>&lt;head&gt;</p><p>container for metadata (data about data) and is placed between the &lt;html&gt; tag and the &lt;body&gt; tag. </p><p>Metadata define the document title, character set, styles, scripts, and other meta information.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:37:32 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427272909</guid>
      </item>
      <item>
         <title>links</title>
         <author>neharikar2020</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427276729</link>
         <description><![CDATA[<ul><li><p><strong>Creating Links</strong>: use &lt;a&gt; element with the href attribute to create links. href attribute specifies the URL the link points to.</p></li><li><p><strong>Anchor Text</strong>: The clickable text or content goes between the opening &lt;a&gt; and closing &lt;/a&gt; tags. This can be text, images, or more complex content.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:39:56 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427276729</guid>
      </item>
      <item>
         <title>images</title>
         <author>neharikar2020</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427281673</link>
         <description><![CDATA[<ul><li><p><strong>Image:</strong> Use &lt;img&gt; tag to add images to a webpage. Essential attributes include src, alt , width, and height.</p></li><li><p><strong>Alt Attribute</strong>: provides alternative text for the image, crucial for accessibility, especially for screen readers.</p></li><li><p><strong>Width and Height</strong>: helps browser allocate space for the image before it loads, preventing layout shifts.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:43:28 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427281673</guid>
      </item>
      <item>
         <title>2.Title</title>
         <author>vsgg4bccn9</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427282579</link>
         <description><![CDATA[<p>&lt;title&gt;This is my Title&lt;/title&gt;</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:44:07 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427282579</guid>
      </item>
      <item>
         <title>5.comments</title>
         <author>sambulkar25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427288308</link>
         <description><![CDATA[<p>&lt;!-- add comment - - &gt;</p><p>The comments are usually hidden</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-28 03:48:34 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427288308</guid>
      </item>
      <item>
         <title>dogrrito</title>
         <author>sambulkar25</author>
         <link>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427292205</link>
         <description><![CDATA[<p>"ill remember this..."</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3720287245/d8ee702dc16d9af13796e8422506d212/z19rzkxlh4a61.jpg" />
         <pubDate>2025-04-28 03:51:38 UTC</pubDate>
         <guid>https://padlet.com/vsgg4bccn9/x972jvmi8cy6qnkz/wish/3427292205</guid>
      </item>
   </channel>
</rss>
