Javascript Methods JavaScript Reference




function function1() {
    var myC = document.getElementById("myTable").createCaption();
    myC.innerText = "This is the new caption text";



    
        This table has no caption