0
How To Align List in Centre Using only HTML.
List Align with HTML Please Help
8 Answers
+ 4
Yes, 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>
+ 1
Simba Thank you for confirming that it's not possible with HTML đ
+ 1
You can use <ul> </ul> for unordinary <ol> </ol> ordinary for list and <li> </li> for list items
+ 1
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
+ 1
Hi
0
Jay Matthews when I used Type = circle then circle's are not Aligned why ...?
Only <li> Value are aligned.
0
ă
€ă
€ă
€ Before posting The questions I see this result but I CAN'T want to use css
It's can't possible in HTML only..!?????