Utilize the ONMOUSEOVER and ONMOUSEOUT event handlers to dynamically change the color of text or other elements within a page. Note that it is even possible to change the background color of a button when the mouse moves over it, making it appear dynamic to the user.
What will be an ideal response?
```
Left-Justified Big Heading
onmouseout="this.style.color='black';">
left-justified text
and more left-justified text
```
Computer Science & Information Technology
You might also like to view...
A negative value in the Horizontal text box of the Move dialog box moves an object to the right.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Using HTML tags to mark up elements in a meaningful and descriptive way is important and follows principles of ____markup.
A. semantic B. basic C. XHTML D. HTML
Computer Science & Information Technology
To make a page wider than it is tall, use landscape orientation. _________________________
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
This control displays a list of possible data entries from which the user can choose.
A. Label B. Text box C. List box D. Tab control
Computer Science & Information Technology