Header Ads

Header ADS

ol

<ol></ol>

It is also an HTML tag.
It means an ordered list.
Ordered list means a list of having specific serial numbers.
Because there are two kinds of list.
One is an ordered list and another is an unordered list.
The unordered list uses some symbol like a bullet, stars, box etc.
On the other hand, ordered list uses specific serial numbers as explained before.


EXAMPLE :

<!DOCTYPE html>
<html>
              <head>
                           <title> TITLE WOULD BE GO HERE </title>
              </head>
              <body>
                           <ol>
                                  <li> SAMPLE </li>
                                  <li> PRODUCT </li>
                                  <li> ELEMENT </li>
                          </ol>
              </body>
</html>
So, this is the coding of <ol> tag.

IF YOU WANT TO LEARN WEB DESIGN AND DEVELOPMENT THAN YOU SHOULD VISIT W3SCHOOLS WEB SITE. BECAUSE I AM NOT A PROFESSIONAL WEB DESIGNER OR DEVELOPER. I AM LEARNING WEB DESIGN AND DEVELOPMENT. I AM WRITING HERE FOR MY PRACTISING AND WISH TO EARN SOME MONEY THROUGH GOOGLE ADESANSE.

No comments

Powered by Blogger.