- or download this
sub page_body {
# The body area and closing tag
...
</body>
</html>
}
- or download this
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
...
</body>
</html>
- or download this
use CGI::Fast qw(start_html endhtml);
print start_html(-title=>'PUT-YOUR-TITLE-HERE',
...
'description' =>''
},
), end_html ;
- or download this
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
...
<meta name="keywords" content="" />
<meta name="copyright" content="my name here" />
</head><body http-equiv="text/html" enctype="iso-8859-1"></body></html
+>