+ 1
how do i set align unordered list?
7 Réponses
+ 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)
+ 2
It depends how you want to align,
you can use margin, padding, float, position, overflow, width, ....
+ 2
You cannot align anything without the use of Css ^^
+ 2
Learn CSS. It's easy to learn and use it with HTML.
0
I want to align only use html.no css.than how will I do it?
0
:(
0
ok mate.