Main

 
Page #27: Play Time! for Lists. Part 1

index previous page Play Time! for Lists. Part 1 next page

  1. Create at least three lists. List people, colors, items you need in the market, your favorite movies or TV shows, cars you've owned or would like to own or — of course — whatever comes to mind.
  2. You can use the same material for each list. The differences will be in the form of the list:
    • One list will be an ordered list.
    • One list will be an unordered list.
    • One list will be either ordered or unordered and will include a nested list — like this one.
  3. In all your work, pay attention to:
    • Page structure (<html> <head> <body>)
    • Indent lines of code to keep the structure visually clear to your own eye. View the "source" of any of these instructional pages that I have created, and you will see many examples of the way in which I have used indenting to help me keep track of what I am doing. (The browser ignores the indents. It's for us humans.)
  4. With each change, save your work; don't wait until you've finished to save the file. Call it "prac27.htm" or "prac27.html".
  5. Display your work.
  6. Fix any coding errors.