Default XML declaration element, uses version 1.1.
Add trusted XML/HTML code as a child of this node.
Append content to this node.
Convert the element to a string.
Document type declaration for HTML, used to enable standards mode in browsers.
A common head element for adjusting the viewport to mobile devices.
Represents an HTML element. Elements can be created using elem.
Element implicitly converts to a string, but when passed to elem, it will be recognized as HTML code, and it will not be escaped.
Element does not store its data in a structured manner, so its attributes and content cannot be read without using an XML parser. It does, however, have the capability of inserting attributes and content at runtime: