Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<title>drag and drop - dragging HTML onto the OS - helper file</title>
</head>
<body>
<p>This is the helper file. Drop the paragraph here --&gt;</p>
<script type="text/javascript">
document.body.contentEditable = true;
</script>
</body>
</html>