var obj = document.getElementById(“test”);
alert(obj.className)
alert(obj.offsetHeight)
obj.style.height = “100px”
obj.style.color = “red”