var oTable = document.getElementById("tbl"); for (var i = 0; i < oTable.rows.length; i++) { oTable.rows[i].style.fontWeight = "bold"; }