JavaScript DHTML/HTML/EM
Версия от 10:02, 26 мая 2010; (обсуждение)
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>