Javascript Properties JavaScript Reference




    
        Cell 1. Aligned top.
        Cell 2. Aligned top. 
        
    
    
        Cell 4. Aligned bottom.
        Cell 5. Aligned bottom.
        
    


    document.getElementById("tr1").vAlign = "top";
    document.getElementById("tr2").vAlign = "bottom";