added trick tabIndex with html link

This commit is contained in:
KedarKK1 2022-10-09 02:45:37 +05:30
parent 785d8c8466
commit ebdf564233
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Tips and Tricks - Tab-indexing</title>
<link href="https://fonts.googleapis.com/css2?family=Chilanka&display=swap" rel="stylesheet">
<link rel='stylesheet' type='text/css' media='screen' href='../main.css'>
</head>
<body class='demo'>

View File

@ -94,7 +94,7 @@
<li>
<a href="./Tab-indexing/index.html">
Tab-indexing
</a> - Use tag button to select html elements in a particular order
</a> - Set a particular order in which "Tab" button on keyboard can select elements
</li>
</ul>
</div>