HtmlDocument methods
footer
Builds a standard HTML footer, from the </body> to the </html> tags. Works with the Javascript module to implement deferred JavaScript capabilities.
Returns: The HTML footer
header( setup )
Builds a standard HTML header, from the <html ... > to the <body ...> tags. It works with the Css and Javascript modules to include the proper CSS/JavaScript calls.
setupAn optional hash array of the following optional setup keys:bodyAdditionalCssClassesAdditional CSS classes for the body element. Default:false
Returns: The HTML header
Last updated
Was this helpful?