Prev Demo
HTML5
>
Tabindex
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <body> <h2>Tab index is used to arrange navigation links of tab button </h2> <a href="http://www.techfunda.com/" tabindex="2">TechFunda</a><br> <a href="http://www.dotnetfunda.com/" tabindex="3">DotNetFunda</a><br> <a href="http://www.itfunda.com/" tabindex="1">ITFunda</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output