Page 4: Learning about making lists in HTML

unordered list

unordered list: with nested list

ordered list

  1. thing 1
  2. thing 2
  3. thing 3
  4. thing 4

ordered list type 2

  1. thing 1
  2. thing 2
  3. thing 3
  4. thing 4

ordered list type 3

  1. thing 1
  2. thing 2
  3. thing 3
  4. thing 4

description list

HTML
This adds structure to a webpage
CSS
This adds style to a webpage
Java script
This adds functionality to a webpage


Return to Homepage