How to put ordered list Html

If you want to display an ordered list like for example:

1.this is line 1

2.this is line 2

3.this is line 3

the HTML to display them is given below:

< ol>


< li>this is line 1< /li>


< li>this is line 2 < /li>


< li>this is line 3< /li>


< /ol>


Related Article

How to create expandable post summaries in Blogger

How to Create Hyperlink on Blogger Header

How to Show and Hide Text in Blog Post with teaser

How to Show and Hide Text in Blog Post

0 comments: