Assignment011

HTML Tag Events

We can use events to dynamically change the CSS used on a Web page. This example uses the onMouseOver and onMouseOut event of the tag to change the class used a tag. Moving over the words "Change Color" will change the document color to orange to red.

Color Changing