JavaScript DHTML/HTML/EM
A Simple HTML Document
<HTML>
<HEAD>
<TITLE>
A Simple Page
</TITLE>
</HEAD>
<BODY>
<P ID="paragraph1">
This is the
<EM ID="emphasis1">
one and only
</EM>
paragraph on the page.
</P>
</BODY>
</HTML>