Hi guys, Today I’m going to pick up from where I left the last time. I did blog about unordered list last. Today I will be talking about ordered list, Alright come with me and lets have a swell time learning together, lol I know right [ I’m learning also].
Ordered list: ordered list are numbered, they are used for items that must be placed in a specific order. order list use the element < Ol > and < li > for each item. Okay, lets see how this works.
< ol >
< li > Chelsea < /li >
< li > Manchester united < /li >
< li > Liverpool < /li >
< li > Barcelona < /li >
< /ol >
And then, the final stage would be.
1. Chelsea
2. Manchester united
3. Liverpool
4. Barcelona
Cannot wait to share more with y’all. have a great weekend.

















