< html>Style ExampleMove your mouse over the square. style="background-color: red; height: 50px; width: 50px" onmouseover="this.style.backgroundColor = 'blue'" onmouseout="this.style.backgroundColor = 'red'">
Move your mouse over the square.