ICI Modules: html: end_page
Modules by name : by typeSynopsis
html.end_page()Description
This outputs the HTML tags to end the page and complements the html.start_page() function. It outputs the end of body and end of html element tags.
The following code sequence outputs the minimal HTML page,
html.start_page(title); html.end_page();