of a document and the beginning of the body
# with the title and a body 'h1' header as specified by the parameter
sub HtmlTop
{
local ($title) = @_;
return <$title
$title
END_OF_TEXT
}
# HtmlBot
# Returns the , codes for the bottom of every HTML page
sub HtmlBot
{
return "