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