ElementFactory.h 122 B

12345
  1. #pragma once
  2. #include <LibHTML/DOM/Element.h>
  3. NonnullRefPtr<Element> create_element(Document&, const String& tag_name);