Forum Moderators: open
Besides substitution, as described above, you can also put it into a textarea so that it will be scrollable:
<textarea cols='50' rows='20'>
<html>
<body>
Code to show
</body>
</html>
</textarea>
It all depends on how you want to show it.
Good luck!