HTML 18

Description

It show the unordered list that uses a different shape of bullet.

Source Code

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

Output

HTM18. Visual Guide

Types of Colors

  • Primary
  • Secondary
  • Tertiary

Classroom Officers Part 1

  • President
  • Vice-President
  • Treasurer

Classroom Officers Part 2

  • Secretary
  • Auditor
  • P.R.O.