HTML21
Description
Output
Source Code
Description
This html shows the list of president, class officers and primary color that use`s ordered list
Output
Types of Colors
- Primary
- Secondary
- Tertiary
Classroom Officers Part 1
- President
- Vice-President
- Treasurer
Classroom Officers Part 2
- Secretary
- Auditor
- P.R.O.
Source Code
<HTML>
<HEAD> <TITLE>HTM21. Visual Guide</TITLE> </HEAD>
<BODY>
<H3>Types of Colors</H3>
<OL>
<LI>Primary
<LI>Secondary
<LI>Tertiary
</OL>
<H3>Classroom Officers Part 1</H3>
<OL TYPE = A>
<LI>President
<LI>Vice-President
<LI>Treasurer
</OL>
<H3>Classroom Officers Part 2</H3>
<OL TYPE = i START = 4>
<LI>Secretary
<LI>Auditor
<LI>P.R.O.
</OL>
<BODY>
</html>