HTML Ordered List

Ordered Lists

Ordered Lists allows you to create a list of items in numbered.

				
					Ordered List is declared using the <ol></ol> tag.
It does not display any raw text. 
To display raw, <li></li> tag is used. 
Individual texts must be included in the <li></li>
				
			

Format:

				
					<ol>
    <li>
        
    </li>
</ol>
				
			

Example:

				
					<ol>
    <li>Apple</li>
    <li>Jackfruit</li>
    <li>Mango</li>
    <li>Banana</li>
</ol>
				
			
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments