<!DOCTYPE html> <htmllang="en"> <head> <metacharset="UTF-8" /> <metaname="viewport"content="width=device-width, initial-scale=1.0" /> <metahttp-equiv="X-UA-Compatible"content="ie=edge" /> <title>Document</title> <linkrel="stylesheet"href="./css/index.css" /> <scriptdefersrc="./js/index.js"></script> </head> <body> <h1>please select some text and drag it into the blue area</h1> <ahref="https://www.baidu.com/">please drag it into the blue area</a> <img src="https://www.baidu.com/img/bd_logo1.png" alt="please drag it into the blue area" /> <divdraggable="true"class="draggable"> please drag it into the blue area </div> <divclass="droppable"></div> <inputtype="text"placeholder="placeholder" /> <textareaplaceholder="placeholder"></textarea> </body> </html>