From 14527558ecc6e318f0c63ca78063be53c4699f36 Mon Sep 17 00:00:00 2001 From: mukesh patidar Date: Tue, 11 Oct 2022 00:08:51 +0530 Subject: [PATCH] New Drag and Drop Features of HTML5 Added --- drag&drop/index.html | 58 +++++++++++ index.html | 239 +++++++++++++++++++++++++++---------------- 2 files changed, 207 insertions(+), 90 deletions(-) create mode 100644 drag&drop/index.html diff --git a/drag&drop/index.html b/drag&drop/index.html new file mode 100644 index 0000000..65e74fc --- /dev/null +++ b/drag&drop/index.html @@ -0,0 +1,58 @@ + + + + + + HTML Tips and Tricks - Output + + + + + + + + +
+ + home + +

Drag the image into the rectangle:

+ +
+ + +
+ + diff --git a/index.html b/index.html index 8187e29..ebe986b 100644 --- a/index.html +++ b/index.html @@ -1,98 +1,157 @@ - - - - + + + HTML5 Feature Tips - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + - Fork me on GitHub + target="_blank" + rel="tag noopener noreferrer" + > + Fork me on GitHub
-

HTML5 Feature Tips

- HTML5 - +

HTML5 Feature Tips

+ HTML5 +
- - - \ No newline at end of file + +