218k views
4 votes
On your Web page, you include various links and clickable images that have the ability to trigger various functions when users click them with the mouse. What term describes user-initiated action on a Web page?

User Labratmatt
by
6.3k points

1 Answer

1 vote

Answer:

Event is the correct answer to the given question.

Step-by-step explanation:

Because when user clicks from the mouse on the image or any link then the clickable event triggered the various function. Event one of the essential part of DOM. It is an important event in the JavaScript. When the left button of the mouse is clicked on the images or links which are clickable then the mouseup event occurs.

HTML contains the set if an events when the user click on the clickable events then the JavaScript code are triggered

User Mfrackowiak
by
6.3k points