|
Answer» Generally, Events are nothing other than actions. USING JavaScript we can noticed or triggered events. Example: When you use click on button than an EVENT occur and function associated with button execute.We PLACED events within HTML tags. I have given you some events. Click through MOUSE, Click on advertisement in web page, When you select an input box in a HTML form, When you SUBMIT an HTML form. Generally, Events are nothing other than actions. Using JavaScript we can noticed or triggered events. Example: When you use click on button than an event occur and function associated with button execute.We placed events within HTML tags. I have given you some events. Click through mouse, Click on advertisement in web page, When you select an input box in a HTML form, When you submit an HTML form.
|