How align my list vertically with html
I have a list using this html exemple :
<ol>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
</ol>
i would like to display my list verticaly. What i would use ? Any idea for
that thanks
No comments:
Post a Comment