diff --git a/Tab-indexing/index.html b/Tab-indexing/index.html
new file mode 100644
index 0000000..9b1bf62
--- /dev/null
+++ b/Tab-indexing/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+ HTML Tips and Tricks - Tab-indexing
+
+
+
+
+ tabIndex Property
+
+Press "Tab" key on your keyboard to navigate to elements in the order of what is given in html file
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 8187e29..2e304f6 100644
--- a/index.html
+++ b/index.html
@@ -91,6 +91,11 @@ HTML5 Feature Tips
Lazy Loading - Lazy Load html images natively
+
+
+ Tab-indexing
+ - Set a particular order in which "Tab" button on keyboard can select elements
+