diff --git a/datalist/index.html b/datalist/index.html new file mode 100644 index 0000000..e93496a --- /dev/null +++ b/datalist/index.html @@ -0,0 +1,30 @@ + + + + + + + HTML Tips and Tricks - Datalist Tag + + + + + +
+

Datalist Tag

+
+ + + + + +
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index f93633c..53ac657 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,10 @@ Output Tag - To perform a calculation and show the result +
  • + + Datalist Tag - Allows you to search and add elements +