![]() |
VOOZH | about |
The createEvent() method in HTML creates an event object of the specified type. The created event must be initialized before use.
Syntax:
document.createEvent(event_type)event_type: It is the required parameter and is used to specify the type of event. There are many types of events which are listed below:
Example: Below program illustrates the createEvent() method in HTML.
Output:
Supported Browsers: The browser supported by DOM createEvent() method are listed below: