Javascript Properties JavaScript Reference




function function1() {
    document.all.myTable.tHead.style.backgroundColor = "blue";
}


   
      
          tHead, Cell 1
      
   
   
       
           tBody, Cell 2
       
       
           tBody, Cell 3
       
       
           tBody, Cell 4
       
   
   
       
           tFoot, Cell 5
       
   

Turn Head Blue