<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Lesson 3 by </title>
      <link>https://padlet.com/alex_newton/lessone</link>
      <description>Building the User Interface</description>
      <language>en-us</language>
      <pubDate>2019-10-15 10:48:11 UTC</pubDate>
      <lastBuildDate>2023-07-23 07:59:02 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Key Terms</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397828899</link>
         <description><![CDATA[<ul><li><strong>automatic validation - </strong>The browser checks the data the user inputs</li><li><strong>client-side validation - </strong>Input data is validated before submission to the server</li><li><strong>server-side validation - </strong>the server validates information received from an input form</li><li><strong>form input - </strong>The information the user enters into fields in a web or client application form</li><li><strong>ordered list - </strong>Orders list entries using numbers</li><li><strong>placeholder text - </strong>specifies a short hint that describes the expected value of an input field</li><li><strong>semantic markup - </strong>Gives better meaning or definition to tags so they make more sense</li><li><strong>table - </strong>A HTML table is used to organise and display information in a grid format, rows and columns</li><li><strong>unordered list - </strong>Displays list entries in a bulleted list</li><li><strong>definition list </strong>- Displays items with definitions below them.</li><li><strong>validation - </strong>The process of verifying that information entered or captured in a form is in the correct format and usable before sensing the data to the server</li><li><strong>web form - </strong>a web page that provides input fields for a user to enter data, which is sent to a server for processing</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:50:56 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397828899</guid>
      </item>
      <item>
         <title>Key attributes</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829220</link>
         <description><![CDATA[<ul><li><strong>autofocus - </strong>Specifies that a control is to be focused or selected when the page loads</li><li><strong>email -</strong> requires the user to enter an email address</li><li><strong>global - </strong>global attributes can be used with any HTML element</li><li><strong>pattern - </strong>provides a format for the input field; the input element's value is checked against the expression</li><li><strong>required - </strong>requires an input field to be filled out before submitting the form</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:52:10 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829220</guid>
      </item>
      <item>
         <title>Key elements</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829256</link>
         <description><![CDATA[<ul><li><strong>&lt;address&gt;</strong> defines an area for contact information for a page or section</li><li><strong>&lt;article&gt;</strong> Individual content, not necessarily related to the main page content</li><li><strong>&lt;aside&gt;</strong> Defines content that's separate from but related to the main page content</li><li><strong>&lt;details&gt;</strong> Contains additional details pertinent to text around it; creates an interactive widget a user can display or hide</li><li><strong>&lt;datalist&gt; </strong>enables you to present the user with a drop-down list of options to select from</li><li><strong>&lt;footer&gt;</strong> Contains information below the page. Often used for contact details or smallprint</li><li><strong>&lt;header&gt; </strong>Introductory content or navigation links at the top of the document or a section</li><li><strong>&lt;hgroup&gt;</strong> Groups headings and subheadings</li><li><strong>&lt;menu&gt; </strong>Presents a list of commands, usually with buttons</li><li><strong>&lt;nav&gt; </strong>Defines a block of navigation links</li><li><strong>&lt;section&gt; </strong>Represents stand-alone section with less specific elements</li><li><strong>&lt;summary&gt;</strong> Defines a visible heading for a details element, user can click to display or hide information</li><li><strong>&lt;wbr&gt; </strong>defines a possible line break, when a word is very long or you think the browser will break the line at the wrong place, you can use this element to break the word or line appropriately</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:52:17 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829256</guid>
      </item>
      <item>
         <title>HTML Table</title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829355</link>
         <description><![CDATA[<div>A HTML table contains rows and columns, and displays data in a grid. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:52:41 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829355</guid>
      </item>
      <item>
         <title>Understanding Semantic HTML</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829412</link>
         <description><![CDATA[<div>New feature of HTML5 = Semantic Markup<br><br>Semantic Markup = gives meaning, or definition to several tags so they make more sense to humans. <br><br>class and id are global attributes = can be used in any HTML element.<br><br>div element needs a class or id attribute. <br>Use div to wrap and position multiple section that are not related to each other.<br>Use div to add a drop shadow or border around an item.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/419930478/9ef52bb502c5629a6a23a2415f777349/Screen_Shot_2019_10_15_at_11_55_44.png" />
         <pubDate>2019-10-15 10:52:55 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829412</guid>
      </item>
      <item>
         <title></title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829496</link>
         <description><![CDATA[<div>HTML5 intro- duces some new elements for both tables and lists, but most of the tags and concepts are the same as previous specifications</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:53:17 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829496</guid>
      </item>
      <item>
         <title>HTML Table Structure </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829581</link>
         <description><![CDATA[<div>HTML table begins with the &lt;table&gt; tag. Rows are marked by the &lt;tr&gt; tag, column headers use the &lt;th&gt; tag, and cells are defined by the &lt;td&gt; tag.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:53:38 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829581</guid>
      </item>
      <item>
         <title>HTML5 Tags for input and validation</title>
         <author>alex_newton</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829667</link>
         <description><![CDATA[<div>Validation and input tags are used for forms in HTML5. They allow developers to create a specific set of rules for form input. <br>Forms can be used for several reasons on websites such as logging in, capturing email addresses or signing up to newsletters. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:53:52 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829667</guid>
      </item>
      <item>
         <title>Example of HTML Table Code </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397829874</link>
         <description><![CDATA[<div>&lt;table border="1"&gt;<br>&lt;tr&gt; &lt;!--first row--&gt;</div><div>&lt;th&gt;Quarter&lt;/th&gt; &lt;!--first column in first row--&gt;</div><div>&lt;th&gt;Total Sales&lt;/th&gt; &lt;!--first row, second column--&gt; &lt;/tr&gt;</div><div>&lt;tr&gt; &lt;!--second row--&gt; &lt;td&gt;Q1&lt;/td&gt; &lt;td&gt;$4,349&lt;/td&gt;</div><div>&lt;/tr&gt;<br>&lt;tr&gt; &lt;!--third row--&gt; &lt;td&gt;Q2&lt;/td&gt; &lt;td&gt;$2,984&lt;/td&gt;</div><div>&lt;/tr&gt;<br>&lt;tr&gt; &lt;!--fourth row--&gt;</div><div>&lt;td&gt;Q3&lt;/td&gt;</div><pre>          &lt;td&gt;$3,570&lt;/td&gt;
        &lt;/tr&gt;
<br></pre><div>&lt;tr&gt; &lt;!--fifth row--&gt; &lt;td&gt;Q4&lt;/td&gt; &lt;td&gt;$7,215&lt;/td&gt;</div><pre>        &lt;/tr&gt;
      &lt;/table&gt;
<br></pre>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/375567530/2fa49fdd5506b3c5632cc813c638a5d8/Screenshot_2019_10_15_at_11_55_16.png" />
         <pubDate>2019-10-15 10:54:42 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397829874</guid>
      </item>
      <item>
         <title>Using Tags to Add Structure to HTML Doc</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830326</link>
         <description><![CDATA[<div>New HTML5 organisational tags = header, footer, section, nav, article and aside.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:56:24 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830326</guid>
      </item>
      <item>
         <title></title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830342</link>
         <description><![CDATA[<div>you can use the &lt;caption&gt; tag to add a caption above or below the table. <br><br>&lt;table&gt;<br>&lt;caption&gt;Sales for Employee ID 2387&lt;/caption&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:56:28 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830342</guid>
      </item>
      <item>
         <title>Applying Style To Tables</title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830483</link>
         <description><![CDATA[<div>To apply inline styles using HTML rather than CSS, use the &lt;col&gt; tag to apply styles to an entire column. (You’ll learn about inline formatting shortly.) The &lt;colgroup&gt; tag groups columns within a table so you can apply formatting to the group rather than just a column.<br><br><br></div><pre>&lt;colgroup
            span="2"
<br></pre><div>style="background-color:#EEE8AA;"&gt; &lt;/colgroup&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:56:56 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830483</guid>
      </item>
      <item>
         <title>Organisational Elements</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830640</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/419930478/4efc802adfeb86295d51267c3f0ff866/Screen_Shot_2019_10_15_at_11_57_16.png" />
         <pubDate>2019-10-15 10:57:30 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830640</guid>
      </item>
      <item>
         <title>Header &amp; Footer Elements</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830840</link>
         <description><![CDATA[<div>&lt;header&gt;<br>Header element = defines a header for a document, section or article. <br><br>&lt;footer&gt;<br>The footer element = defines a footer for a document or section, typically containing info like author name, copyright data, links etc.<br>Doesn't automatically appear at foot of document, you need to use CSS to make the browser display it where you'd like it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:58:24 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830840</guid>
      </item>
      <item>
         <title></title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397830993</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/375567530/611e00963d400a406a73f2b614bc3eee/Screenshot_2019_10_15_at_11_58_33.png" />
         <pubDate>2019-10-15 10:58:55 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397830993</guid>
      </item>
      <item>
         <title>Changes from HTML 4.01 to HTML 5 to Tables </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397831286</link>
         <description><![CDATA[<div>he cell- padding, cellspacing, frame, rules, summary, and/or width elements has been deprecated in HTML5 </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 10:59:42 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397831286</guid>
      </item>
      <item>
         <title>The Section Element</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397831456</link>
         <description><![CDATA[<div>Section element = defines a section in a document, like a chapter, part of a thesis, parts of the page that are distinct from each other. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 11:00:19 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397831456</guid>
      </item>
      <item>
         <title>How To Create An Ordered List </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397831837</link>
         <description><![CDATA[<div><strong><em>Ordered list: </em></strong>Orders the list entries using numbers, by default. It uses the &lt;ol&gt; tag. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 11:01:29 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397831837</guid>
      </item>
      <item>
         <title>Article Element</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397831994</link>
         <description><![CDATA[<div>Defines a part of HTML document that consists of "self contained composition" that is independent from the rest of the content in the document. <br><br>Use article to separate content that is independent from the rest of the content in the webpage or document (e.g. a blog post)<br><br>Or plan to syndicate a block of content. Think of it as content that makes sense on its own. <br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 11:02:05 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397831994</guid>
      </item>
      <item>
         <title>How To Create An Unordered List </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397832023</link>
         <description><![CDATA[<div>• <strong><em>Unordered list: </em></strong>Displays list entries in a bulleted list. It uses a &lt;ul&gt; tag.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 11:02:14 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397832023</guid>
      </item>
      <item>
         <title>Aside Element</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397832123</link>
         <description><![CDATA[<div>Set off content thats related to the current topic but would interrupt the current flow of the document if left inline.<br><br>Use to create a side bar for example.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 11:02:40 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397832123</guid>
      </item>
      <item>
         <title>Definition Lists </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397855021</link>
         <description><![CDATA[<div>Another type of list is the definition list. It displays items with their definitions below the list item and indented. The &lt;dl&gt; tag defines the list, the &lt;dt&gt; tag marks each term in the item, and the &lt;dd&gt; tag defines each description.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/375567530/58bf04e91abc43b9275e6daca2739c37/Screenshot_2019_10_15_at_13_13_58.png" />
         <pubDate>2019-10-15 12:13:41 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397855021</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397856007</link>
         <description><![CDATA[
Validation and input tags are used ]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:16:07 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397856007</guid>
      </item>
      <item>
         <title>Attributes you can use in an ordered list</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397856855</link>
         <description><![CDATA[<div><strong>reversed</strong> - Reverses the order of the list in descending order<br><strong>start number</strong> - Specifies the start value of the ordered list<br><strong>type</strong> - Specifies the kind of marker to use at the beginning of each list item (1 is default and uses decimal numbers, A uses capital letters, a uses lowercase letters, I uses uppercase roman numerals, i uses lowercase roman numerals)</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:18:07 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397856855</guid>
      </item>
      <item>
         <title>How HTML 5 Improved Forms</title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397856921</link>
         <description><![CDATA[<div>HTML5 introduces several new form and input element attributes, such as url for entering a single Web address, email for a single email address or a list of email addresses</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:18:13 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397856921</guid>
      </item>
      <item>
         <title>The Nav Element</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397856971</link>
         <description><![CDATA[<div>Defines a block of navigation links. <br><br>Nav element useful for creating a set of navigation links as your primary navigation, a table of contents or bread crumbs in a footer. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:18:21 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397856971</guid>
      </item>
      <item>
         <title>Form Attributes </title>
         <author>chris320</author>
         <link>https://padlet.com/alex_newton/lessone/wish/397859248</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/375567530/c9cbbef34a691ac70f7a5ef493e54507/Screenshot_2019_10_15_at_13_22_08.png" />
         <pubDate>2019-10-15 12:22:29 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397859248</guid>
      </item>
      <item>
         <title>Key table elements</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397862351</link>
         <description><![CDATA[<div><strong>&lt;col&gt; </strong>Defines table column<strong><br>&lt;colgroup&gt; </strong>Defines a group of columns in a table<strong><br>&lt;caption&gt; </strong>Marks text as a table caption<strong><br>&lt;table&gt;</strong> Opening tag for tables<strong><br>&lt;tbody&gt;</strong> Group of rows in a table for formatting and scrolling<strong><br>&lt;td&gt; </strong>Table data, defines a cell<strong><br>&lt;tfoot&gt; </strong>Group of footer rows in a table<strong><br>&lt;th&gt;</strong> Defines a table header cell<strong><br>&lt;thead&gt; </strong>Group of header rows in a table<br>&lt;tr&gt; Table row</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:28:10 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397862351</guid>
      </item>
      <item>
         <title>Methods for submitting data</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397865147</link>
         <description><![CDATA[<div><strong>Get</strong></div><ul><li>Appends form data into the URL in name and value pairs</li><li>The length of a URL is limited (3000 charcaters)</li><li>Visible in the URL, do not use for sensitive data</li><li>Useful for form submissions where a user wants to bookmark the result</li></ul><div><strong><br>Post</strong></div><ul><li>Appends form data inside the body of the HTTP request (data not shown in URL)</li><li>Has no size limitations</li><li>Form submissions cannot be bookmarked</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:33:34 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397865147</guid>
      </item>
      <item>
         <title>Don&#39;t use tables for CSS layout!</title>
         <author></author>
         <link>https://padlet.com/alex_newton/lessone/wish/397866885</link>
         <description><![CDATA[<div>Reduces accessibility for visually impaired users<br>The code is harder to write, maintain and debug<br>Not automatically responsive</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-10-15 12:36:40 UTC</pubDate>
         <guid>https://padlet.com/alex_newton/lessone/wish/397866885</guid>
      </item>
   </channel>
</rss>
