Double-click this paragraph.
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!");
}
YouTip