JavaScript DHTML/Javascript Objects/style

Материал из Web эксперт
Перейти к: навигация, поиск

"style" Example

   <source lang="html4strict">
   

<html> <body>

<button onclick="myDiv.style.backgroundColor = "blue";">Change color</button> </body> </html>


     </source>