Table JavaScript DHTML




  
    
    
    
    
        Column 1
        Column 2
        Column 3
        Column 4
        Column 5
        Column 6
   
   
        Cell 1
        Cell 2
        Cell 3
        Cell 4
        Cell 5
        Cell 6
   



    document.getElementById("col_1").span = 2;
    document.getElementById("col_2").span = 3;
    document.getElementById("col_3").span = 1;
    function function1() {
        document.getElementById("col_2").align = "center"
        document.getElementById("col_2").style.color = "green"; 
    }