Close Menu
    Facebook X (Twitter) Instagram
    Oixiesoft
    • Home
    • Services
      • WordPress Malware Removal
      • Fix WordPress Errors
      • WordPress Website Development
    • Articles
    • Contact
    Oixiesoft
    Home»Tutorial»html»HTML Lists
    html

    HTML Lists

    Editorial StaffBy Editorial StaffUpdated:April 23, 2022No Comments1 Min Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    There are three varieties of lists in HTML:

    1. unordered lists,
    2. ordered lists and
    3. Description Lists.

    In this article, you will learn how to create all three.

    Example

    An Unordered HTML List

    • Apple
    • Mango
    • Grapes

    An Ordered HTML List

    1. Apple
    2. Mango
    3. Grapes

    Unordered HTML List

    Unordered lists are generated as bulleted lists.

    The <ul> tag began an unordered list. Each list item is contained in <li></li> tags.

    Example

    <ul>
     	<li>Apple</li>
     	<li>Mango</li>
     	<li>Grapes</li>
    </ul>
    

    Ordered HTML List

    Ordered lists are represented by incremental numbers.

    The <ol> tag began an ordered list. Each list item starts  and ends with the <li></li> tags.

    Example

    <ol>
     	<li>Apple</li>
     	<li>Mango</li>
     	<li>Grapes</li>
    </ol>
    

    HTML Description Lists

    HTML Description Lists are not as widely used as unordered and ordered lists.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Editorial Staff

    Related Posts

    CodeIgniter vs Laravel: A Detailed Side-by-Side Comparison

    Python Arrays

    Python Lambda

    • HTML Introduction
    • HTML Editors
    • HTML Tags
    • HTML Attributes
    • HTML Headings
    • HTML Paragraphs
    • HTML Comments
    • HTML Styles
    • HTML Text Formatting
    • HTML Colors
    • HTML links
    • HTML Images
    • HTML Styles – CSS
    • HTML Tables
    • HTML Lists
    • HTML Forms
    Services
    • Web Development
    • Mobile Application Development
    • WordPress Malware Removal Service
    • Website Design
    • WordPress Development
    • Magento Development
    • Shopify Development
    • SEO Services
    Blog
    • How to Fix the Error Establishing a Database Connection
    • Ping List WordPress
    • How To Fix Japanese Keyword Hack
    • How to remove Malware from WordPress
    Hire Developers
    • Hire WordPress Developer
    • Hire Shopify Developer
    Contact Info
    • Oixiesoft Technologies
      A-40, Block A, I thum Tower, Sector 62, Noida
    • sales@oixiesoft.com
    • Privacy Policy
    • About Us
    • Contact Us
    © 2025 OixieSoft Technologies

    Type above and press Enter to search. Press Esc to cancel.