Example of making list

HTML supports several types of elements that should be included in the BODY element.
These element could be nested i.e. one set of elements could be embedded within another set of elements. Take a look at the examples here:

Ordinary list

  • First item goes here: it automatically adds the bullet as well as carriage return.
  • Second item folllows: ...... there could be more list items in the same manner

    Unordered list

    • First item goes here: it indents, adds square bullet as well as carriage return.
    • Second item goes here: ... can have more of these...

    Ordered list

    1. First item goes here: starts with item one.
    2. can have more items, start with: numeral, roman or alphabet- case sensitive.

    nested list
    back
    ShoeBunkEr ©