createNode
document.createNode(TagName,AttributeTable,Text)document.createNode("p",{id="id",style="color:red"},"This is a paragraph element!")document.createNode("frame",{["frame-data"]="E_E",style="background-color:red"},"<p>Paragraph within the frame</p>")Last updated