References

Collection of references for web development.

HTML draggable attribute

Description

Specifies whether the element is draggable or not.

Values

Value
boolean

Example

<p draggable>This content is draggable.</p>