9 Answers
New AnswerYes, it's possible to do it using html but you have to use CSS properties. <ul style="text-align:center; list-style-position:inside;"> <li>List 1</li> <li>List 2</li> <li>List 3</li> </ul>
Pankaj Kumar Maurya https://stackoverflow.com/questions/19443013/how-to-center-an-unordered-list/19443239
You can use <ul> </ul> for unordinary <ol> </ol> ordinary for list and <li> </li> for list items
You can use center tag ! in HTML <body> <center> <li> list_no.1 </li> <li> list_no.2 </li> </center> </ body> https://code.sololearn.com/W1Z14Jhuvn69/?ref=app
Jay Matthews when I used Type = circle then circle's are not Aligned why ...? Only <li> Value are aligned.
ㅤㅤㅤ Before posting The questions I see this result but I CAN'T want to use css It's can't possible in HTML only..!?????
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message