HTML 드래그 가능 속성


예시

드래그 가능한 단락:

<p draggable="true">This is a draggable paragraph.</p>

정의 및 사용

속성 은 draggable요소를 끌 수 있는지 여부를 지정합니다.

팁: 링크와 이미지는 기본적으로 끌 수 있습니다.

팁: 속성 draggable은 끌어서 놓기 작업에 자주 사용됩니다. 자세히 알아보려면 HTML 끌어서 놓기 자습서 를 읽으십시오.


브라우저 지원

표의 숫자는 속성을 완전히 지원하는 첫 번째 브라우저 버전을 지정합니다.

Attribute
draggable 4.0 9.0 3.5 6.0  12.0

통사론

<element draggable="true|false|auto">

속성 값

Value Description
true Specifies that the element is draggable
false Specifies that the element is not draggable
auto Uses the default behavior of the browser

관련 페이지

HTML 튜토리얼: HTML 속성

HTML 튜토리얼: HTML5 드래그 앤 드롭

JavaScript 참조: ondrag 이벤트