The Minimal HTML Document

<HTML>
<HEAD>
<TITLE>The Title of the Document</TITLE>
</HEAD>

<BODY>
<H1>This is a top level header</H1>
<P>This is the 1st. paragraph. It can be very short
or it can be very long, and run on and on and on
and on and on and on and on ...</P>
<H2>This is a 2nd level header.</H2>
<P>This is another paragraph.</P>
</BODY>

</HTML>


Required Elements

Formatted version