KnowledgeBoat Logo
|

Computer Applications

Types of unordered lists.

<HTML>
<BODY>
<H4>Disc bullets list:</H4>
<UL type="disc"> 
<LI>Apples</LI> 
<LI>Bananas</LI> 
</UL>
<H4>Circle bullets list:</H4> 
<UL type="circle">
<LI>Apples</LI>
<LI>Bananas</LI>
</UL>
<H4>Square bullets list:</H4> 
<UL type="square">
<LI>Apples</LI>
</UL>
</BODY>
</HTML>

HTML Intro

1 Like

Answer

Output
Types of unordered lists. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

1 Like


Related Questions