To display text in a list (either with numbers or with bullets) a tag called an Ordered List or an Unordered List can be used.

First, we will go over the Ordered List.  This is for when you want your list to be numbered.  First, you will start with the <ol> tag:

<ol>

Next, we will go down a line and add the words or sentences that we want listed.  Each line will have a <li> tag, which stands for List Item.  After adding those, our code now looks like:

<ol>
<li>This is the first line</li>
<li>This is the second line</li>

Now we will just close the Ordered List:

<ol>
<li>This is the first line</li>
<li>This is the second line</li>
</ol>

The coding above in your browser will now display:

  1. This is the first line
  2. This is the second line

The process to have an Unordered List (or bullets) is the same.  The only difference is instead of <ol> and </ol> you will use <ul> </ul>.  The code will look like this:

<ul>
<li>This is the first line</li>
<li>This is the second line</li>
</ul>

With the output looking like:

  • This is the first line
  • This is the second line

That is it!  You have now created a list on your website.

Did you find this article helpful?

We value your feedback!

Why was this article not helpful? (Check all that apply)
The article is too difficult or too technical to follow.
There is a step or detail missing from the instructions.
The information is incorrect or out-of-date.
It does not resolve the question/problem I have.
How did you find this article?
Please tell us how we can improve this article:
Email Address
Name

new! - Enter your name and email address above and we will post your feedback in the comments on this page!

Did you find this article helpful?

Post a Comment

Name:
Email Address:
Phone Number:
Comment:
Submit

Please note: Your name and comment will be displayed, but we will not show your email address.

Related Questions

Here are a few questions related to this article that our customers have asked:
Ooops! It looks like there are no questions about this page.
Would you like to ask a question about this page? If so, click the button below!
Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}