How to make this list in HTML?
PLEASE HELP
Attachments:
Answers
Answered by
2
<HTML>
<OL>
<LI>Coffee
<UL TYPE=SQUARE>
<LI>Black coffee
</UL>
<UL TYPE=CIRCLE>
<LI>Cappuccino
</UL>
<LI>Tea
<UL TYPE=CIRCLE>
<LI>Black tea
<LI>Green tea
<LI>Ginger tea
</UL>
<LI>Milk
</OL>
</HTML>
HOPE THIS HELPS !!!
Similar questions