도큐먼트 Document

document 인터페이스 내의 프로퍼티?

//documentURI 

document.URL // http://localhost:3000
//DocumentType

document.doctype // html
el.createTextNode("텍스트"); //텍스트 노드 설정

el.normalize(); //????

Last updated