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"
Value | Description |
---|---|
false | not draggable |
true | draggable |