implementation

const impl = document.implementation;
const doc = impl.createHTMLDocument("๋„ํ๋จผํŠธ"); //HTML Document ๊ฐ์ฒด ์„ค์ •
const music = doc.createElement("p");

Last updated