| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:The <div> element should turn red when someone moves the mouse over it. 
<div @(11)="this.style.backgroundColor='red'">myDIV.</div>
 
<div onmouseover="this.style.backgroundColor='red'">myDIV.</div>
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?