HTML Unordered List Element (UL)
This is an example with the TYPE attribute set to "disc"
- item number one
- item number two
- item number three
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"
- item number one
- item number two
- item number three
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"
- item number one
- item number two
- item number three
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