JavaScript Events


SUBMITTED BY: mo2menx

DATE: July 27, 2016, 2:57 a.m.

FORMAT: JavaScript

SIZE: 506 Bytes

HITS: 2213

  1. HTML Events
  2. An HTML event can be something the browser does, or something a user does.
  3. Here are some examples of HTML events:
  4. An HTML web page has finished loading
  5. An HTML input field was changed
  6. An HTML button was clicked
  7. Often, when events happen, you may want to do something.
  8. JavaScript lets you execute code when events are detected.
  9. HTML allows event handler attributes, with JavaScript code, to be added to HTML elements.
  10. To follow explanation with Html ----> http://goo.gl/2rmjoi

comments powered by Disqus