<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>HTML Frame  &amp; Frameset by Liyana Mat Rani</title>
      <link>https://padlet.com/lyaena/frame</link>
      <description>Made with the best of intentions</description>
      <language>en-us</language>
      <pubDate>2017-07-04 04:04:22 UTC</pubDate>
      <lastBuildDate>2025-10-13 12:34:52 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Shakinghands.png</url>
      </image>
      <item>
         <title>Introduction</title>
         <author>lyaena</author>
         <link>https://padlet.com/lyaena/frame/wish/177996694</link>
         <description><![CDATA[<div>HTML Frame &amp; Frameset is used to display MULTIPLE html pages in a single window. <br><br>Figure below is the example of a frameset. <strong>A single window is divided into 5 section. In each section we will call other HTML page. <br><br></strong>2 important tags in creating HTML frameset &amp; frame<strong><br>1. &lt;frameset&gt;<br>2. &lt;frame&gt;</strong></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/143497700/a8bf78ec5f86d2696dcb66a12b615469/framest.png" />
         <pubDate>2017-07-04 04:06:14 UTC</pubDate>
         <guid>https://padlet.com/lyaena/frame/wish/177996694</guid>
      </item>
      <item>
         <title>Analogy of HTML Frame &amp; Frameset</title>
         <author>lyaena</author>
         <link>https://padlet.com/lyaena/frame/wish/177996871</link>
         <description><![CDATA[<div>The analogy of HTML Frameset is the picture frames like figure below.<br>We have one big picture frame, inside the the big frame, there are multiple section to put different images.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/143497700/4f2f261bdf6fd5f984ee6a86d726e35c/Matted_wall_collage_frame.jpg" />
         <pubDate>2017-07-04 04:09:00 UTC</pubDate>
         <guid>https://padlet.com/lyaena/frame/wish/177996871</guid>
      </item>
      <item>
         <title>Lets go deeper ... </title>
         <author>lyaena</author>
         <link>https://padlet.com/lyaena/frame/wish/177999213</link>
         <description><![CDATA[<ol><li>&lt;frameset&gt; tag is not supported in HTML5</li><li> The &lt;frameset&gt; tag defines a frameset (<em>big frames which we can put more html pages inside the framset)</em>. The &lt;frameset&gt; element holds one or more &lt;frame&gt; elements. </li><li> Each &lt;frame&gt; element can hold a separate document. (we call the other HTML page using &lt;frame src = "page.html&gt; tag.</li></ol>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/143497700/6a6e76bb7a95ca6c4fa536dece094116/the_frameset.png" />
         <pubDate>2017-07-04 04:59:14 UTC</pubDate>
         <guid>https://padlet.com/lyaena/frame/wish/177999213</guid>
      </item>
      <item>
         <title>Full code for the above frameset</title>
         <author>lyaena</author>
         <link>https://padlet.com/lyaena/frame/wish/178002479</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/143497700/bd4e4360f9ecae6ac8810bb7094e5654/fullcode.png" />
         <pubDate>2017-07-04 06:16:39 UTC</pubDate>
         <guid>https://padlet.com/lyaena/frame/wish/178002479</guid>
      </item>
      <item>
         <title>Last but not least......</title>
         <author>lyaena</author>
         <link>https://padlet.com/lyaena/frame/wish/178002654</link>
         <description><![CDATA[<div>In this example, i start define the frameset with columns followed by frameset row. <br><br>In the lab activity 4, mostly i start define the <strong>row first then followed by column</strong>.<br><br>Its actually depend on your frameset layout. So, observe your layout properly to decide whether you should start with &lt;frameset rows=.. &gt; or &lt;frameset cols=" "... &gt; first..<br><br>Differentiate the use of &lt;frameset&gt; and &lt;frame&gt; properly.</div><ul><li>The <strong>&lt;frameset&gt; </strong> is use to <strong>divide the page into many sections of rows and columns. </strong></li><li>There can be many &lt;frameset &gt; inside a &lt;frameset&gt;. </li><li>The <strong>&lt;frame&gt; tag is used to call the HTML page </strong>into the &lt;frameset&gt;. Thats why the attribute in the &lt;frame&gt; has the keyword "src" -&gt; which is used to call the source </li><li>The<strong> &lt;frame&gt; tag is placed inside the &lt;frameset&gt;</strong>. If you define a &lt;frameset&gt; with 3 sections or columns, then you need to call 3 &lt;frame&gt; tag. (call  3 html page)</li><li>The frameset has open tag &lt;frameset.. &gt; and close tag &lt;/frameset&gt; while the he frame tag &lt;frame&gt; does not has the close tag.</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-04 06:20:06 UTC</pubDate>
         <guid>https://padlet.com/lyaena/frame/wish/178002654</guid>
      </item>
   </channel>
</rss>
