Fancy heading 1

Fancy emphasised heading 2

Emphasised non-H2 text

If you VIEW SOURCE for this page, you will see something like the following :

<HTML>
<HEAD>
<TITLE>Internal Style Sheet Example</TITLE>

<STYLE>
<!--
H2 {font:italic bold; color: red}
H2 EM {font:italic bold; color: red; background: blue}
-->
</STYLE>

</HEAD>
<BODY BGCOLOR="#FFFFF0" TEXT="#000000">

<h2>Fancy heading 1</h2>
<h2>Fancy <EM>emphasised</EM>heading 2</h2>
<em>Emphasised non-H2 text</em>
<P>If you VIEW SOURCE for this page, you will see something like the following :</P>
</BODY>
</HTML>