Dropping the data will result in a copy of the dragged data:
![]()
The dropzone attribute is not currently supported in any of the major browsers.
The dropzone attribute specifies whether the dragged data is copied, moved, or linked, when it is dropped on an element.
The dropzone attribute is new in HTML5.
| Value | Description |
|---|---|
| copy | Dropping the data will result in a copy of the dragged data |
| move | Dropping the data will result in that the dragged data is moved to the new location |
| link | Dropping the data will result in a link to the original data |
HTML Global Attributes
Your message has been sent to W3Schools.