HTML 21

Description

An ordered list use attribute to make an upper/lower case letters, upper/lower case roman numerals and arabic numerals.

Source Code

html21 <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>
</HEAD>

Output

HTM21. Visual Guide

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.