Global dropzone Attribute - HTML CSS HTML Global Attribute

HTML CSS examples for HTML Global Attribute:dropzone

Description

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

Attribute Values

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

Related Tutorials