S3 HTML Lists and Tables
Learning Intentions
By the end of the lesson, I will be able to:
 Identify tables and list tags within HTML
 Create tables and lists for my webpages
Unordered Lists
 An unordered list started with the <ul> tag
 Each item in the list starts with the <li> tag
 The list items will be marked with bullet points
Ordered List
 An ordered list starts with the <ol> tag
 Each item in the list starts with the <li> tag
 The list items will be marked with numbers
Tables
 Using tables is a great way to structure your webpage
 When creating tables we use the following HTML tags
Tables

S3 HTML Lists and Tables

  • 1.
    S3 HTML Listsand Tables
  • 2.
    Learning Intentions By theend of the lesson, I will be able to:  Identify tables and list tags within HTML  Create tables and lists for my webpages
  • 3.
    Unordered Lists  Anunordered list started with the <ul> tag  Each item in the list starts with the <li> tag  The list items will be marked with bullet points
  • 4.
    Ordered List  Anordered list starts with the <ol> tag  Each item in the list starts with the <li> tag  The list items will be marked with numbers
  • 5.
    Tables  Using tablesis a great way to structure your webpage  When creating tables we use the following HTML tags
  • 6.