More List Practice

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page   go to next page        

Answer:

Its easy to mess up nested lists.

More List Practice

Here is another list. Try to edit the HTML to create it.

  1. Snakes
    • Rat
    • Rattle
  2. Frogs
    • Green
    • Tree
  3. Turtles
    • Mud
    • Painted

It is OK to nest unordered lists inside of ordered lists and the other way around. Now click   to see what your new HTML does.

QUESTION 5:

Can a list item be long—say several sentences?