how do i set align unordered list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how do i set align unordered list?

4th Jul 2017, 12:55 PM
Parvez
Parvez - avatar
7 Answers
+ 3
:D Well, you 'strictly' cannot, but: + css isn't evil + Html5 specification doesn't more provide styling feature else than through css, but is permissive, so browsers will auto-correct older html tags which allow some styling only with html tags ans attributes: so you can produce 'invalid' Html5 code but doing the job, or use older <!DOCTYPE> declaration for oldest version of Html to produce valid code anyway (but it's strongly not advised, and almost not efficient)
5th Jul 2017, 4:38 AM
visph
visph - avatar
+ 2
It depends how you want to align, you can use margin, padding, float, position, overflow, width, ....
4th Jul 2017, 1:37 PM
Calviղ
Calviղ - avatar
+ 2
You cannot align anything without the use of Css ^^
4th Jul 2017, 3:20 PM
visph
visph - avatar
+ 2
Learn CSS. It's easy to learn and use it with HTML.
5th Jul 2017, 4:34 AM
Calviղ
Calviղ - avatar
0
I want to align only use html.no css.than how will I do it?
4th Jul 2017, 2:25 PM
Parvez
Parvez - avatar
0
:(
5th Jul 2017, 4:30 AM
Parvez
Parvez - avatar
0
ok mate.
5th Jul 2017, 5:06 AM
Parvez
Parvez - avatar