#include <HtmlTag.h>
Public Member Functions | |
HtmlTag (String &h, const String &tn, String attributes="") | |
~HtmlTag () | |
Protected Attributes | |
String & | html |
The html content. | |
String | tagName |
The current element name. | |
Helper class for nested HTML elements, Works with the scope of the instances { HtmlTag begin("html"); xyz; } generate <html> xyz; </html>
HtmlTag::HtmlTag | ( | String & | h, |
const String & | tn, | ||
String | attributes = "" |
||
) |