Html Flashcards
Event that fires when a document is closed?
onunload
Event that fires when an element changes?
onchange
Event that fires when a form is reset
onreset
Event that fires when an element is selected
onselect
Event that fires when a form is submitted
onsubmit
Event that fires when loading of an image is interrupted
onabort
Event that fires when a key is pressed
onkeydown
Event that fires when a key is pressed and released
onkeypress
Event that fires when a key is released
onkeyup
Event that fires on a mouse double-click
ondblclick
Event that fires when mouse button is pressed
onmousedown
Event that fires when mouse pointer moves
onmousemove
Event that fires when mouse pointer moves out of an element
onmouseout
Event that fires when mouse button is released
onmouseup
The <title>, <meta>, and <style> elements are used where?
Inside the <head> element.
What are attributes for <script>?
"src charset defer language "