70
edits
Changes
From Gramps
→The Html.page function
The Html class also contains several static functions, including Html.page, which is useful when starting a new page object. It takes just three parameters:
;title :Specifies the title that is to appear in the browser titlebar. It is inserted inside the tags <head><title>...</title></head>. Default is "Title". ;encoding :Specifies the encoding to be used in the page. Default is "utf-8". ;lang :Specifies a language code for the content of the page. Default is "en".
Html.page returns three object references:
;page :reference to page object, which contains head and body objects ;head :reference to head object ;body :reference to body object