methodCall
Description
Input / Parameter
Name
Description
Input Type
Default
Options
Required
Output
Description
Output Type
Example
Code Equivalent
// Create div element
var div = document.createElement("div");
// Add some attribute to the div
div.className = "class";
// Add to the body
document.body.appendChild(div);Steps
Result
Links
Related Information
Last updated







