mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
added trick tabIndex with html link
This commit is contained in:
parent
785d8c8466
commit
ebdf564233
2 changed files with 2 additions and 1 deletions
|
@ -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'>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue