Javascript Methods JavaScript Reference




function function1() {
    var newAttr = document.createAttribute("width");
    newAttr.nodeValue = "400px"
    document.getElementById("myB").setAttributeNode(newAttr); 



    
        Expand this table
        This is another cell