Home » HTML » HTML APIs » Question
  1. Which of the following event will be called when user’s mouse exits map container?
    1. mouseover
    2. mouseout
    3. resize
    4. mousemove
    5. None of these
Correct Option: B

mouseout event will be called when user’s mouse exits mouse container, mouseover event will be called when the user’s mouse enters map container, mousemove event will be called when user’s mouse moves over the map.



Your comments will be displayed only after manual approval.