You are on page 1of 1

<html>

<title> exam </title>

<body>

<ol type="I"> MONTHLY TESTS


<li>July</li>
<li>September</li>
<li>November</li>
<li>December</li>
<li>February</li>
</ol>

<ul type="A"> PERIODICAL EXAMS


<li>August</li>
<li>October</li>
<li>January</li>
<li>March</li>
</ul>

<dl>

<dt>Pink</dt>
<dd>A light shade of red.<dd>

<dt>White</dt>
<dd>Brings achromatic color of maximum lightness.<dd>

<dt>Red</dt>
<dd>A chromatic color resembling the hue of blood.<dd>

<dt>Blue</dt>
<dd>A color similar to that of a clear unclouded sky.<dd>

</dl>

</body>

</html

You might also like