Results 1 to 6 of 6
  1. #1

  2. #2

  3. #3
    Registered User
    Join Date
    Mar 2019
    Location
    Ahemdabad
    Posts
    16
    In HTML, if you want to represent a numbered list then it is done by Ordered List .It starts with <ol>tag.It represents where the order is important or emphasized.The bulleted list is represented by unordered list.It starts with <ul> tag.It represents the collection of pieces of same information without following the order or sequence.

    Following is an example to understand better:

    <html>
    <body>

    <ol>
    <li> Potatoes </li>
    <li> Onions </li>
    <li> Tomatoes </li>
    </ol>

    <ul>
    <li> Tea </li>
    <li>Milk</li>
    <li> Coffee </li>
    </ul>

    </body>
    </html>

    dnn software development companies: http://www.ifourtechnolab.com/dnn-software-development
    Last edited by Drasti_Chavda; 03-25-2019 at 07:15 AM.
    .NET Developer At iFour Technolab Pvt Ltd
    http://www.ifourtechnolab.com/

  4. #4
    Junior Member
    Join Date
    Dec 2018
    Location
    chandigarh
    Posts
    7
    Bulleted list is that in which no serial numbers are given to elements in list. Only dots are given in front of elements or we can say no order is given that is why bulleted list is also known as unordered list.
    Numbered lists are those in which serial numbers like 1 2 3 4 are given in front of elements of list.Elements are given in specific order that's why they are also known as ordered list.

  5. #5
    Registered User
    Join Date
    Mar 2019
    Location
    Ahmedabad
    Posts
    180
    (1)Bullets are majorly used to break a long sentence into points so that a sentence can be understood better by the reader.
    Numbering is used when you want the reader to follow some steps in a sequencial manner.
    (2)In a bulleted list each new entry is identified by a "bullet" - often a small circular symbol - to the left of the list entry.
    In a numbered list this is replaced by a number, in sequential order. Numbered list can be said or defined as the list where numericals comes first before the list point.
    (3)Bulleted lists use the <ul> tag, which stands for “unordered,” whereas <ol> is used to create an ordered list.
    (4)Bullets follow rule of parallelism while Parallelism isn't followed in Numbered list

    Ex::
    (1)Bullet List
    HTML Code:
    <ul>
    <li> List1</li>
    <li> List2</li>
    </ul>
    (2)Numbered List
    HTML Code:
    <ol>
    <li> List1</li>
    <li> List2</li>
    </ol>

  6. #6
    Registered User
    Join Date
    Dec 2018
    Location
    51/1, Lalbagh Cross Road, Dhaka-1211
    Posts
    77
    The distinction is that a numbered list allows you to keep things into an ordered list while bulleted list permits to put things into an unordered way. There is no other differece betwween them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.