From e332dc4e16691882092111f93ebf63b2b7cec751 Mon Sep 17 00:00:00 2001
From: Manasi Wader <52437677+WaderManasi@users.noreply.github.com>
Date: Fri, 8 Jan 2021 11:08:05 +0530
Subject: [PATCH 1/3] html download attribute
---
tips/html-download-file.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 tips/html-download-file.md
diff --git a/tips/html-download-file.md b/tips/html-download-file.md
new file mode 100644
index 0000000..39b77a0
--- /dev/null
+++ b/tips/html-download-file.md
@@ -0,0 +1,13 @@
+---
+title: "HTML Download attribute (.img, .pdf, .png, .jpeg, .txt, .html, ..etc)"
+language: "html"
+twitter: "-"
+---
+
+
+
+Download HTML5 logo
+
+
\ No newline at end of file
From 2d10e14035128372db3048a0df49b19221eb395e Mon Sep 17 00:00:00 2001
From: Manasi Wader <52437677+WaderManasi@users.noreply.github.com>
Date: Fri, 8 Jan 2021 12:34:09 +0530
Subject: [PATCH 2/3] html datalist element
---
tips/html-datalists.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 tips/html-datalists.md
diff --git a/tips/html-datalists.md b/tips/html-datalists.md
new file mode 100644
index 0000000..f95c5d8
--- /dev/null
+++ b/tips/html-datalists.md
@@ -0,0 +1,15 @@
+---
+title: "HTML Datalists with pre-defined options "
+language: "html"
+twitter: "-"
+---
+
+
+
+
\ No newline at end of file
From e8ed3aa510a9282efd60dcf564668444e796d207 Mon Sep 17 00:00:00 2001
From: Manasi Wader <52437677+WaderManasi@users.noreply.github.com>
Date: Fri, 8 Jan 2021 14:09:25 +0530
Subject: [PATCH 3/3] html legend element
---
tips/html-legend-element.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 tips/html-legend-element.md
diff --git a/tips/html-legend-element.md b/tips/html-legend-element.md
new file mode 100644
index 0000000..f74c8f1
--- /dev/null
+++ b/tips/html-legend-element.md
@@ -0,0 +1,16 @@
+---
+title: "HTML Legend element (defines caption for fieldset)"
+language: "html"
+twitter: "-"
+---
+
+
\ No newline at end of file