HTML Unordered List Element (UL)

This is an example with the TYPE attribute set to "disc"

The source code:
<UL TYPE="disc">
<LI>item one
<LI>item two
<LI>item three
</UL>

This is an example with the TYPE attribute set to "circle"

The source code:
<UL TYPE="circle">
<LI>item one
<LI>item two
<LI>item three
</UL>

This is an example with the TYPE attribute set to "square"

The source code:
<UL TYPE="square">
<LI>item one
<LI>item two
<LI>item three
</UL>



previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library