#include HTMLElement::HTMLElement(Document& document, const String& tag_name) : Element(document, tag_name) { } HTMLElement::~HTMLElement() { }