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

+
+ 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..2e304f6 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,11 @@ Lazy Loading - Lazy Load html images natively +
  • + + Tab-indexing + - Set a particular order in which "Tab" button on keyboard can select elements +