ICI Modules: html: start_page


Modules by name : by type

Synopsis

html.start_page(string [, string [, string ]])

Description

The start_page() function outputs a minimal HTML header using the given title string and optional body options and header text. The first argument is the page title, this forms the value of title element within the head element. The second, optional, argument is a string containing attributes for the body element and the third argument may contain text to be output within the page head element such as meta elements and the like.