Ordered and unordered lists in HTML

Hello friends now we are going to learn about Ordered and Unordered list in HTML.
Here you can write point in Ordered or Unordered sequence . So for this <ol> tag is used to write list of your main points in your website <ol> tag is used to create lists in Ordered sequence like from point 1. to 10. And the next is <ul> which is Unordered list of sequence which helps to create lists . Examples are given below . Last one is <li> which is known as list . You have to add this tag in your Ordered or Unordered sequence of list .

  • This is Unordered list .
  1.  This is Ordered sequence of list .

So let's take a look at some code .

Unordered list:

Result as follow :


Ordered list :

 Result as follow :


 That's it for now will teach something at next post . Best of luck from me.

Here are some other posts

Form in HTML

Attributes in HTML

Basics of html

How to become a web developer

Tables in HTML

Ids and Classes in HTML

Images and links in HTML