Begins an HTML document
Source position: whtml.pp line 36
public procedure THTMLWriter.DocumentStart( |
const Title: string |
); override; |
Title |
|
HTML document title |
Begins an HTML document by writing the HTML, TITLE, and BODY opening tags. The title is written into the HTML TITLE element.
|
Ends the HTML document |
|