<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Anything that you don&#39; understand. you can share here by Tengku Faiz</title>
      <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s</link>
      <description>if you all got confusion or have anything that dont understand about the video , you can put in here and i will try helping you guys</description>
      <language>en-us</language>
      <pubDate>2016-05-15 12:17:45 UTC</pubDate>
      <lastBuildDate>2016-05-15 22:42:32 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914439</link>
         <description><![CDATA[<div>Hi Sir</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:10:37 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914439</guid>
      </item>
      <item>
         <title>Hi Sir , can I know is it possible for me to check if my HTML is correct ? If so, how can it be done ? Thanks !</title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914445</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:10:43 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914445</guid>
      </item>
      <item>
         <title>Hello . Can I know why should we use the doctype declaration in HTML ? Is there any other declaration instead of doctype?</title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914887</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:21:36 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110914887</guid>
      </item>
      <item>
         <title>Can I know when do we use the&amp;nbsp;</title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916062</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:42:32 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916062</guid>
      </item>
      <item>
         <title>Can I know when do we use the mark element ?</title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916063</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:42:32 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916063</guid>
      </item>
      <item>
         <title>Hi there . Can you help me on how to differentiate between meter and progress ?</title>
         <author></author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916287</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 14:46:35 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110916287</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937156</link>
         <description><![CDATA[<div>You can check your HTML by entering the page URL at&nbsp;<a href="http://validator.w3.org/">http://validator.W3.org/</a>.&nbsp;<br>First, at the very top of your HTML page, before the &lt;HTML&gt; tag, add the following:&nbsp;<br>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"&gt;&nbsp;<br>Then when you check it at the validator, it knows that you are checking for "HTML 4.0 Transitional."</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:23:14 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937156</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937343</link>
         <description><![CDATA[<div>The DOCTYPE declaration, which must precede any other markup in the document, can look something like this:<br>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "<a href="http://www.w3.org/TR/html4/strict.dtd">http://www.w3.org/TR/html4/strict.dtd</a>"&gt;<br>It specifies the element type of the document's root element (HTML), a public identifier and a system identifier.The DOCTYPE declaration tells a validator (a program that checks the syntactic validity of a web page) against which DTD to test for compliance. Browsers didn't used to care about the DOCTYPE declaration, but modern browsers use it for a completely different purpose: deciding if the page is 'modern' (and presumably standards compliant) or old-school. This affects the rendering mode in IE5/Mac, IE6+/Win, Opera, Firefox (and other Gecko browsers), Safari, etc. A complete DOCTYPE declaration (including the system identifier) tells the browser that it is a modern document. If the system identifier is missing, or if there is no DOCTYPE declaration at all, browsers assume it is an old document and render it in 'quirks mode'.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:27:07 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937343</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937436</link>
         <description><![CDATA[<div>The meter element represents a scalar measurement within a known range, or a fractional value. This element isn’t a good fit to measure something like external temperature because it doesn’t have a fixed range. However, meter can be used to describe the occupied memory of a hard disk.The progress element is used to show the completion progress of a task. Unlike the meter element, the progress described by progress can be indeterminate. For example you could describe that a given task is progressing but that it is unknown when the task will be completed</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:29:06 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937436</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937509</link>
         <description><![CDATA[<div>You use it when u want to hightlight the wor</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:30:52 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937509</guid>
      </item>
      <item>
         <title>Do we need to do everything from scratch?</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937884</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:38:27 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937884</guid>
      </item>
      <item>
         <title></title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937914</link>
         <description><![CDATA[<div>No you do not need to do everything from scratch everytime u want build a website. you can use a tamplate. there are many tamplate in the internet</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:39:02 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110937914</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110938019</link>
         <description><![CDATA[<div>Hi There!</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:41:04 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110938019</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tengkufaizhassan</author>
         <link>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110938046</link>
         <description><![CDATA[<div>when do we use what? Html? yeah you use it when you want develop the website</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-05-15 22:41:33 UTC</pubDate>
         <guid>https://padlet.com/tengkufaizhassan/sqh36dsal68s/wish/110938046</guid>
      </item>
   </channel>
</rss>
