+ 2

how to make costumized order list in html?

how to make costumized order list in html?

2nd Oct 2016, 3:57 AM
Ruli Sastra
Ruli Sastra - avatar
1 Answer
0
so you want to costumize an order list in html using css I think no ? An order list looks like this no ? <ol> <li>something</li> <li>something</li> </ol> in the head section you can start to costumize it using style: <head> <style> ol{ and now you can do a background-color , color etc } </style> </head> If you want to get out the 1 , 2 ,3 , numbers of the ol , type in the ol's style , list-style-type:none; and its done So I hope I had a good answer to your question
2nd Oct 2016, 11:41 AM
Boicu Iulian
Boicu Iulian - avatar