Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Jun 2017
    Posts
    153

    Red face Explain some of the syntax difference between a bulleted list & numbered list?

    Explain some of the syntax difference between a bulleted list & numbered list?

  2. #2
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627
    Bulleted lists use the <ul> tag, which stands for “unordered,” whereas <ol> is used to create an ordered list.

  3. #3
    Registered User
    Join Date
    Apr 2019
    Posts
    83
    <ul> it means unordered list which generates the bullet list. And <ol> it means ordered list which generates the number list.
    For Example, if you want to change the bullet list then there is the css property "list-style-type" and its value is "circle","square","disc" and "none" for <ul> tag. And for <ol> list there is the css property "type" and its value is anything you want to start with.

    Ex:
    <ol type="1">
    <li>Coffee</li>
    <li>Tea</li>
    <li>Milk</li>
    </ol>

    The list will start from 1.

    <ul style="list-style-type:circle;">
    <li>Coffee</li>
    <li>Tea</li>
    <li>Milk</li>
    </ul>

    The list will start from circle.

    I hope this will help you.

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.