HTM18
DESCRIPTION :
OUTPUT :
SOURCE CODE :
DESCRIPTION :
HTM18 using unordered list tags.
OUTPUT :
Types of Colors
- Primary
- Secondary
- Tertiary
Classroom Officers Part 1
- President
- Vice-President
- Treasurer
Classroom Officers Part 2
SOURCE CODE:
<HTML>
<HEAD>
<TITLE>HTM18. Visual Guide</TITLE>
</HEAD>
<BODY>
<H3>Types of Colors</H3>
<UL>
<LI>Primary
<LI>Secondary
<LI>Tertiary
</UL>
<H3>Classroom Officers Part 1</H3>
<UL TYPE = circle>
<LI>President
<LI>Vice-President
<LI>Treasurer
</UL>
<H3>Classroom Officers Part 2</H3>
<UL TYPE = square>
<LI>Secretary
<LI>Auditor
<LI>P.R.O.
</UL>
</BODY>
</HTML>
RETURN