JavaScript DHTML/Javascript Objects/style
Версия от 10:00, 26 мая 2010; (обсуждение)
"style" Example
<html>
<body>
<div id="myDiv" style="width:100; height:100;"></div>
<button onclick="myDiv.style.backgroundColor = "blue";">Change color</button>
</body>
</html>