How to Show Code on a Page

By looking at the source, you can see exactly what was done


<HTML>
<HEAD>
<TITLE> Sample HTML Page </TITLE>
</HEAD>
<BODY>
<H1> This is a simple page written in HTML </H1>
<HR>
This would be your first paragraph of text.
<P>
This would be your second.
</BODY>
</HTML>