Document type declaration for HTML, used to enable standards mode in browsers.
Prepend a document type declaration to your document.
auto html = elems( Element.HTMLDoctype, elem!"html"(), ); assert(html == "<!DOCTYPE html><html></html>");
See Source File
Document type declaration for HTML, used to enable standards mode in browsers.