Writes an opening HTML tag with optional attributes
Source position: whtml.pp line 33
public procedure THTMLWriter.TagStart( |
const Name: string; |
const Attrs: string |
); |
Name |
|
HTML tag name |
Attrs |
|
HTML tag attributes string |
Writes an opening HTML tag to the output stream. If attributes are provided, they are included in the tag. This is a utility method used by other formatting methods to generate HTML markup.
|
Writes a closing HTML tag |