What is needed to fill in element div.i.e. with id d1 to make it draggable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is needed to fill in element div.i.e. with id d1 to make it draggable?

<div id="d1" draggable ="????? "></div >

10th Jun 2019, 12:28 PM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar
2 Answers
+ 7
<div id="d1" draggable = "true"> </div> Refer to this for more info : https://www.sololearn.com/learn/HTML/2214/ Thanks
10th Jun 2019, 12:31 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 3
Thank You too, Prince
10th Jun 2019, 12:33 PM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar