Bullet Points and Numbered Lists ExplainedWritten By: Brad Markle
Experience Level: Beginner
Articles labeled as Beginner are those that require basic tasks to be completed, such as making simple configuration changes following a brief set of instructions. If you find yourself needing assistance, our Technical Support Department can generally assist.
|
|
|
|
Often times, in makes a cleaner layout on our web pages to use bullet points and numbered lists to display important content. To display test in a list, we use two different types of list tags <ol> ordered lists and <ul> unordered lists. Ordered lists are lists that use some sort of order to them such as numbers are roman numerals while unordered lists are bulleted points. First, let's discuss Ordered Lists. Remember, ordered lists will be numbered and we will start with the <ol> tag: <ol>
This is the opening tag to tell the web browser the folowing content is to be contained in an ordered list. Now, we will need to add an <li> tag which stands for list item. After adding the list item tags and closing them our code will look like this. don't forget to close the tags. <ol>
<li>first line in the list </li> <li>second line in the list </li> </ol> The above code will display the following results:
The process is the same for the unordered list. The only difference is the opening and closing tag of the actual list. Don't forget to close your tags or the lists will not display correctly. <ul>
<li>first line in the list </li> <li>second line in the list </li> </ul> The above code will display the following results:
|
Further Reading:
Comments
Need more Help?
| Search
|
Current Customers
|
||||||||
Ask the Community! Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff. |
Not a Customer? |

Support Center Login
