163k views
4 votes
The TabIndex value assigned to a text box's identifying label must be _______________ for the text box's access key to work correctly.

1 Answer

5 votes

Answer:

a number that is less than the value assigned to the particular text box

Step-by-step explanation:

The TabIndex is a general attribute that is widely used for HTML elements. It allows the professionals to design and customized how a document can be viewed. In order to assign a TabIndex value to a particular text box, it is recommended that the the number is relatively less than the assigned value in the particular text box.

User Lucas Godoy
by
3.3k points