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

  1. Primary
  2. Secondary
  3. Tertiary

Classroom Officers Part 1

  1. President
  2. Vice-President
  3. Treasurer

Classroom Officers Part 2

  1. Secretary
  2. Auditor
  3. 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>

BACK