``` --- ## Browser Support"> ``` --- ## Browser Support" />
Easy Tutorial
❮ Att Link Target Att A Rel ❯

HTML dropzone Attribute

HTML Global Attributes

Example

Dragging data will result in a copy of the dragged data:

<div dropzone="copy"></div>

Browser Support

No major browsers support the dropzone attribute.


Definition and Usage

The dropzone attribute specifies whether the dragged data is copied, moved, or linked when dropped on the element.


Differences Between HTML 4.01 and HTML5

The dropzone attribute is new in HTML5.


Syntax

Attribute Values

Value Description
copy Dragging data results in a copy of the dragged data.
move Dragging data results in the dragged data being moved to a new location.
link Dragging data results in a link to the original data.
❮ Att Link Target Att A Rel ❯