Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > HTML Forum & Tutorial


HTML Lists


Reply
Views: 2170  
Thread Tools Rate Thread
  #1  
Old 05-03-2009, 02:30 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566
Default HTML Lists

HTML supports ordered, unordered and definition lists.
HTML Lists

  • This is the first
  • This is the second
  • This is the third
Try-It-Yourself Examples

Unordered list
Ordered list
(You can find more examples at the bottom of this page)
Unordered Lists

An unordered list is a list of items. The list items are marked with bullets (typically small black circles).
An unordered list starts with the
    tag. Each list item starts with the
  • tag.

    • Coffee

    • Milk

    Here is how it looks in a browser:
    • Coffee
    • Milk
    Inside a list item you can put paragraphs, line breaks, images, links, other lists, etc.
    Ordered Lists

    An ordered list is also a list of items. The list items are marked with numbers.
    An ordered list starts with the
      tag. Each list item starts with the
    1. tag.

      1. Coffee

      2. Milk

      Here is how it looks in a browser:
      1. Coffee
      2. Milk
      Inside a list item you can put paragraphs, line breaks, images, links, other lists, etc.
      Definition Lists

      A definition list is not a list of single items. It is a list of items (terms), with a description of each item (term).
      A definition list starts with a
      tag (definition list).
      Each term starts with a
      tag (definition term).
      Each description starts with a
      tag (definition description).

      Coffee

      Black hot drink

      Milk

      White cold drink

      Here is how it looks in a browser:
      CoffeeBlack hot drinkMilkWhite cold drink Inside the
      tag you can put paragraphs, line breaks, images, links, other lists, etc.

Reply With Quote
  #2  
Old 05-03-2009, 02:30 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566



Numbered list:



  1. Apples

  2. Bananas

  3. Lemons

  4. Oranges



Letters list:



  1. Apples

  2. Bananas

  3. Lemons

  4. Oranges



Lowercase letters list:



  1. Apples

  2. Bananas

  3. Lemons

  4. Oranges



Roman numbers list:



  1. Apples

  2. Bananas

  3. Lemons

  4. Oranges



Lowercase Roman numbers list:



  1. Apples

  2. Bananas

  3. Lemons

  4. Oranges




Reply With Quote
  #3  
Old 05-03-2009, 02:31 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566



A nested List:



  • Coffee

  • Tea

    • Black tea

    • Green tea

      • China

      • Africa





  • Milk




Reply With Quote
  #4  
Old 05-03-2009, 02:31 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566



Disc bullets list:



  • Apples

  • Bananas

  • Lemons

  • Oranges



Circle bullets list:



  • Apples

  • Bananas

  • Lemons

  • Oranges



Square bullets list:



  • Apples

  • Bananas

  • Lemons

  • Oranges




Reply With Quote
  #5  
Old 05-03-2009, 02:31 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566
List Tags

Tag Description
    Defines an ordered list
      Defines an unordered list
    • Defines a list item
      Defines a definition list
      Defines a term (an item) in a definition list
      Defines a description of a term in a definition list Deprecated. Use
        instead Deprecated. Use
          instead
Reply With Quote
Reply

New topics in HTML Forum & Tutorial





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)