Tuesday 7, February 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    Forum    |    About Us    |    Contact Us

Lists

In HTML there are three types of lists

Unordered List

Ordered List

Definition List

 

Unordered List

The unordered list is used to make bullets before each item. It is the most commonly used list.

    and
  • tags are used to create this type of list.
  •  

     


       
    • First Item

    •  
    • Second Item

    •  
    • Third Item

    •  
    • Forth Item

    •  
    • Fifth Item


    Output will be
    • First Item
    • Second Item
    • Third Item
    • Forth Item
    • Fifth Item

     

    Ordered List

      tag is used to make ordered list. The list items are marked with numbers. In ordered list we start with
        tag and each list item starts with
      1. tag.
      2.  

         


           
        1. First Item

        2.  
        3. Second Item

        4.  
        5. Third Item

        6.  
        7. Forth Item

        8.  
        9. Fifth Item


         

        Output will be
        1. First Item
        2. Second Item
        3. Third Item
        4. Forth Item
        5. Fifth Item

         

        Definition List

        tag is used to make definition lists. It generally consist of term/definition pairs. We use tag to define definition-list term and is used to define definition-list definition.

         

         

         

        Electronic

        Television

        Radio

        Computer Peripherals

        Printer

        Scaner

         

 
     
   
HTML Tutorial
 
  HTML Introduction
HTML Introduction
  First HTML Page
First HTML Page
  HTML Elements
HTML Elements
  Basic Tags
Basic Tags
  TAG Attributes
TAG Attributes
  Formatting
Formatting
  Character Entities
Character Entities
  HTML Links
HTML Links
  Lists
Lists
  HTML Images
HTML Images
  Tables
Tables
  HTML Frames
HTML Frames
  BGColor
BGColor
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download Sonic Forex Trading System  Ebook Sonic Forex Trading System
   
Download Java Learning Made Easy  Ebook Java Learning Made Easy
   
Download Killer Marketig Schemes  Ebook Killer Marketig Schemes
   
Download An Introduction to Computer Security: The NIST Handbook  Ebook An Introduction to Computer Security: The NIST Handbook
   
Download Art Gallery Theorems and Algorithms  Ebook Art Gallery Theorems and Algorithms
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz