Dom Manipulation 3 Flashcards
1
Q
What are some of the drawbacks of HTML Event Handler Attributes?
A
it is est practice to have Javascript away from html
2
Q
Why is the Window.event property useful for finding an element which was interacted with?
A
you can see what element is interacted with
3
Q
Why is the Window.event property to be avoided in new code?
A
window.event changes to much