By default, most browsers display the ordered list numbers same font style as the body text. Here is a quick CSS tutorial on how you can use the ordered list (ol) and paragraph (p) element to design a stylish numbered list.
Overview
Basically, what we need to do is style the ol element to Georgia font, and then reset the p element (nested in ol) to Arial.

1. HTML source code
Make an ordered list. Don't forget to wrap your text with a <p> tag.
<ol>
<li>
<p>This is line one</p>
</li>
<li>
<p>Here is line two</p>
</li>
<li>
<p>And last line</p>
</li>
</ol>
Here is how the default ordered list will display:

2. ol element
Style the ol element:
ol {
font: italic 1em Georgia, Times, serif;
color: #999999;
}
The list will become like this:

3. ol p element
Now style the ol p element:
ol p {
font: normal .8em Arial, Helvetica, sans-serif;
color: #000000;
}
Your final list should look like this:

View my demo file to see more samples.
The designs showed here show what simple and tasteful design is all about. Another one to consider
I just heard the gossip that since there’s some technic problems on white iphone 4, iphone 4b is going to release. It that true?
Want to buy the hotest white iphone 4 Conversion Kit? http://www.whiteiphone4.com will be your best online store. Don’t hesitate to buy the charming iphone 4 Conversion Kit!
I just heard the gossip that since there’s some technic problems on white iphone 4, iphone 4b is going to release. It that true?
takimi almasak ne olurdu
tanrim kaderimi baştan yaz
Thanks for the tip. Just came in really handy.
That’s Great! Thanks for the post!
The designs showed here show what simple and tasteful design is all about
Thank you for this quick tutorial. Very helpful in a pinch!
ignore weight
It works perfectly!!!:) Thanks.
I am really happy I discovered your website. This is quite an interesting read.
Excessive fear, anger, and work under stress last pregnancy, infants can lead to excessive hassaslığa. Intense emotions, going through the mother’s blood circulatory system and brain functions that affect the baby in some leads to the release of chemical
Hey there… I love these examples, this tutorial is excellent.
I have a question that I haven’t seen anywhere yet (maybe I haven’t searched enough). Does anyone knows how to make an ordered list like:
Point 1 – something
Point 2 – another something
Point 3 – yet another
What I meant was to have something written before the number (in this example “Point “).
Is this possible to be made?
Many thanks to all! :)
hey Fernando,
Yes, it’s possible.
Please try it :
ol li:before{
content:’Point ‘;
position:absolute;
left:-20px;
}
bye
This is pretty cool although it’s simple !
@Fernando
Use
@Fernando
Use Definition List
http://www.w3.org/MarkUp/html3/deflists.html
Another interesting post. Thank you for the information, It is good to see such quality posts. I am subscribing to your blog. Keep them coming.
hello thank you for this great post 23
Thank you for another magnificent article. Where else could anyone get that type of information in such an ideal way of writing? I’ve a presentation next week, and I’m on the look for such information.