diff --git a/Tab-indexing/index.html b/Tab-indexing/index.html new file mode 100644 index 0000000..802e49d --- /dev/null +++ b/Tab-indexing/index.html @@ -0,0 +1,26 @@ + + + + + + + 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

+
+ Tab + +

Link 1 - This element have given tabIndex="1"

+

Link 2 - This element have given tabIndex="3"

+

Link 3 - This element have given tabIndex="2"

+

- This element have given tabIndex="5"

+

- This element have given tabIndex="4"

+

- This element have given tabIndex="6"

+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 8187e29..da6a67c 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,11 @@ Lazy Loading - Lazy Load html images natively +
  • + + Tab-indexing + - Use tag button to select html elements in a particular order +