CBSE Class 10 Computer Applications
Question 93 of 125
HTML II — Images, Links and Tables — Question 7
Back to all questions 7
Question Question 7
How would you indent a single word and put a square bullet in front of it ?
To indent a single word and put a square bullet in front of it, we can use an unordered list in the following way:
<UL TYPE = "SQUARE">
<LI> Word </LI>
</UL>