<Back

LISTS:

List and its types
different styles with Lists.

This are used to replace the line break and spaces for indentation

There are three types of Lists:

  1. Ordered lists
  2. Unordered lists
  3. Description lists

    Ordered lists:

  1. syntax: <ol>...</ol>

  2. provides numbers in an Order

  3. remove the spaces in between like the one what paragraph had

  4. Each list item will start and end with <li>...</li>

  5. you can also nest the paragraph within lists


Unordered lists:


Discription Lists:

syntax: <dl>...</dl>

They consists of two parts:
discription term (<dt>)
discription details (<dd>)

They do not have
bulletin
ordered numbers

But they do have
a description terms or the main topic
follwed by an indented deatails regarding the term.