Computer Applications

How would you indent a single word and put a square bullet in front of it ?

HTML Advanced Features

8 Likes

Answer

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>

Answered By

5 Likes


Related Questions