Closing Up
To end your HTML document, you should call the end_html() method, which inserts the </BODY> and </HTML> tags for you.
print $q->end_html();
To end your HTML document, you should call the end_html() method, which inserts the </BODY> and </HTML> tags for you.
print $q->end_html();