Callback for HTML tags. Parser sends the tag name and attributes, we create a new state, and parser will call on_html(false, ...) for the close tag.
| tag |
The HTML tag name (e.g., "div", "span") |
| attributes |
The HTML tag attributes (e.g., "class='test'") |