Writes a closing HTML tag
Source position: whtml.pp line 34
public procedure THTMLWriter.TagEnd( |
const Name: string |
); |
Name |
|
HTML tag name |
Writes a closing HTML tag to the output stream. This is a utility method used by other formatting methods to generate HTML markup.
|
Writes an opening HTML tag with optional attributes |