HTML JavaScript DHTML




function alignRow(){
    var x=document.getElementById('myTable').rows
    x[0].align="right"
}





1
2


1
2


1
2