HTM37


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM37 is different colors.



OUTPUT :

Display of different colors

This is color 1

This is color 2

This is color 3

This is color 4

This is color 5

This is color 6

This is color 7

This is color 8

This is color 9




SOURCE CODE:


<Html>
<HEAD>
<TITLE>HTM37</TITLE>
</HEAD>

<BODY>
<FONT SIZE = 6 COLOR = red><CENTER>
Display of different colors
</CENTER><FONT>
<H2><FONT COLOR = #00FFFF>This is color 1</FONT></H2>
<H2><FONT COLOR = #000000>This is color 2</FONT></H2>
<H2><FONT COLOR = #0000FF>This is color 3</FONT></H2>
<H2><FONT COLOR = #9F5F9F>This is color 4</FONT></H2>
<H2><FONT COLOR = #4566C9>This is color 5</FONT></H2>
<H2><FONT COLOR = #B5A642>This is color 6</FONT></H2>
<H2><FONT COLOR = #A62A2A>This is color 7</FONT></H2>
<H2><FONT COLOR = #B87333>This is color 8</FONT></H2>
<H2><FONT COLOR = #FF7F00>This is color 9</FONT></H2>
</BODY>

</HTML>

RETURN