diff --git a/index.html b/index.html
index 10251f9..87a0947 100644
--- a/index.html
+++ b/index.html
@@ -1,94 +1,167 @@
+
+
+
+ HTML5 Feature Tips
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- HTML5 Feature Tips
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
HTML5 Feature Tips
-

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

+
+ -
+ Details Tag - Specify
+ details that the user can open and close on demand
+
+ -
+ Inputs - Various useful
+ tips
+
+ -
+
+ Content Editable
+ - Make the content Editable
+
+ -
+ Mark Content - Highlight
+ things
+
+ -
+ Custom Data -
+ Data with elements
+
+ -
+ Output Tag - To perform a
+ calculation and show the result
+
+ -
+ Datalist Tag - Allows
+ you to search and add elements
+
+ -
+ Range(Slider) - Do you
+ need a range slider?
+
+ -
+ Map - Image map with
+ coordinates
+
+ -
+ Meter and Progress -
+ Display a gauge
+
+ -
+ Dialog - Display a Modal
+ Dialog
+
+ -
+ Template - Contains
+ content that the user can't see. You need to use JavaScript
+ to render it later.
+
+
+
+
+