Mouseover / Mouseout Practice

Here's the assignment:

  1. Copy the code for this page into a new html document.
  2. You can find a text file with the code (minus these instructions) here. You can copy it directly from the screen and paste it into a new html document.
  3. Locate the <div> tag.
  4. In the <div> tag create an onmouseover event that will change the background-color of the <div> to a different color.
  5. In the <div> tag create an onmouseout event that will change the background-color of the <div> back to CornflowerBlue (or another color of your choice.)
  6. You can reference today's class example or look at your own code from today.
  7. Your solution should include this.style='put the style rule here'

Hi - I'm the div
😀