- print_html_head(+Out:stream, +Options) is det[private]
- Print the
DOCTYPEline and HTML header. Options:- header(Bool)
- Only print the header if Bool is not
false - title(Title)
- Title of the HTML document
- stylesheets(List)
- Reference to the CSS style-sheets.
- format_comments(Bool)
- If
true(default), format structured comments. - skin(Closure)
- Called using
call(Closure, Where, Out), where Where is one ofheaderorfooter. These calls are made just after openingbodyand before closingbody.