How to make lists in your content

   All Help Topics   

How to make lists in your content


In this article, I will explain how to make numbered lists or bullet points in your content using html.


You can create lists with bullet points or numbers using the HTML tag <LI>

Each bullet point must start and end with the <LI> and </LI> tags respectively.

Example:

The following are the operating systems from Microsoft:
<LI>Windows 7</LI>
<LI>Windows 2008</LI>
<LI>Windows 2003</LI>
<LI>Windows XP</LI>
<LI>Windows Vista</LI>


When you use the above HTML, it will actually appear as below:

The following are the operating systems from Microsoft:
  • Windows 7

  • Windows 2008

  • Windows 2003

  • Windows XP

  • Windows Vista



  • Even though the above code will work, the ideal syntax in HTML for the lists is, enclose all the items within <UL> and </UL>

    So, the best way of doing it is this:


    The following are the operating systems from Microsoft:
    <UL>
    <LI>Windows 7</LI>
    <LI>Windows 2008</LI>
    <LI>Windows 2003</LI>
    <LI>Windows XP</LI>
    <LI>Windows Vista</LI>
    </UL>


    UL stands for Unordered List.

    Instead of bullet points, if you want an ordered list with numbers, use <OL> instead of <UL>

    Example:


    The following are the operating systems from Microsoft:
    <OL>
    <LI>Windows 7</LI>
    <LI>Windows 2008</LI>
    <LI>Windows 2003</LI>
    <LI>Windows XP</LI>
    <LI>Windows Vista</LI>
    </OL>


    When you use the above HTML, it will actually appear like this:

    The following are the operating systems from Microsoft:

    1. Windows 7

    2. Windows 2008

    3. Windows 2003

    4. Windows XP

    5. Windows Vista



       All Help Topics   


    Call (+91) 7025807504 for SEO training in Kerala

    Importance of SEO training

    Search Engine Optimization (SEO) is the key to success for websites. So is Digital Marketing for businesses. Our SEO training courses in Kochi can help you get your dream job.



    Contact us to learn more about our SEO training programs in Kochi, Kerala.
    Talk to Webmaster Tony John
    Contact SEOProfessor

    Looking for SEO training in Kochi/Ernakulam, Kerala?

    Call (+91) 70258 07504 (India)

    Fill enquiry form

    You may choose from several training programs we offer, including 1-month SEO certification courses and 3-month digital marketing diploma program.
     
    Copyright © SpiderWorks Technologies Pvt Ltd., Kerala, India
    All Rights Reserved.