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