[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/API/DocumentType [Back]  [Original]

DocumentType - Web API | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

DocumentType

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

DocumentType doctype Node .

EventTarget Node DocumentType

In this article

Node ChildNode .

DocumentType.entities

DTD NamedNodeMap . Entity .

DocumentType.internalSubset

DOMString . null. , "<!ELEMENT foo (bar)>".

DocumentType.name

DOMString . , <!DOCTYPE HTML> "html".

DocumentType.notations

DTD NamedNodeMap . Notation .

DocumentType.publicId

DOMString . , "-//W3C//DTD HTML 4.01//EN", HTML5 .

DocumentType.systemId

DOMString . , "http://www.w3.org/TR/html4/strict.dtd", HTML5 .

Node ChildNode .

ChildNode.remove()

.

Specification
DOM
# interface-documenttype


Web Proxy Viewer  |  New URL  |  Original Page