YouTip LogoYouTip

Ev Ondblclick

## HTML ondblclick Event Attribute The `ondblclick` event occurs when the user double-clicks on an element. **Syntax:** **Supported HTML Tags:** All HTML elements. **Example:** function myFunction() { alert("You double-clicked the paragraph!"); }

Double-click this paragraph.

← Ev OnmousedownEv Onclick β†’