A draggable paragraph:
![]()
The draggable attribute is supported in Internet Explorer 9+, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 8 and earlier versions, do not support the draggable attribute.
The draggable attribute specifies whether an element is draggable or not.
Tip: Links and images are draggable by default.
Tip: The draggable attribute is often used in drag and drop operations. Read our HTML Drag and Drop tutorial to learn more.
The draggable attribute is new in HTML5.
| Value | Description |
|---|---|
| true | Specifies that the element is draggable |
| false | Specifies that the element in not draggable |
| auto | Uses the default behavior of the browser |
HTML Global Attributes
Your message has been sent to W3Schools.