Previously I told you about the ordered and ordered lists now there are some other examples the code is as:
<li type="a">lowercase letter</li>
<li type="A">uppercase letter</li>
<li type="i">lowercase roman</li>
<li type="I">upppercase roman</li>
<li type="1">numeric</li>
</ol>
<ul>
<li type="square">square</li>
<li type="disc">disc</li>
<li type="circle">circle</li>
</ul>
0 comments:
Post a Comment