HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

draggable

Description

The draggable attribute for HTML is an enumerated attribute. It has three states. The first state is true and it has the keyword true. The second state is false and it has the keyword false. The third state is auto; it has no keywords but it is the missing value default.

Syntax

draggable="value"
ValueDescription
falsenot draggable
truedraggable

Examples

1 · auto

2 · false

3 · true