answersLogoWhite

0

The tabindex is used to control the order in which you tab between form elements on a web page. According the the W3C standards for HTML 4.01, the value of the tabindex must be a number between 0 and 32767. This means that 32767 is the highest value a tabindex value can be set to.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you write numeric value for 121000?

The numeric value, to the highest degree of accuracy, is 121,000.


If a numeric field has a size of 6 what is the highest number it can hold?

999999


Can element of character arrays be accessed in the same way as the elements of a numeric arrays?

Yes, it can.


Is a googleplex the highest number in the numeric system?

Nowhere near! See the link for more information.


What is attribute data?

Attribute data can be defined differently depending on the aspect applied,in GIS(geographical information System) attribute data defined as those data that can be stored in tabular form(table).


What are the similarities between alphabetical and numeric filing?

Both are systems of filing based on a progressive order from lowest to highest.


What is the complexity of largest and second largest element in terms of number of comparision in array consisting n numeric elements in random order.?

knowledge


What is the definition of numeric constant?

Numeric constants have the capacity to store numeric value.


How do you write 40 in numeric?

That is numeric.


What is the numeric number for 11?

The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.The numeric number is 11, and, just to put your mind at rest, there is no non-numeric number.


Define the numeric value of perception?

numeric perception is a value of perception to the numeric value


How to check whether a character is numeric in an alphanumeric field in easytrieve.?

IF WS-AGE NUMERIC DISPLAY "NUMERIC" ELSE DISPLAY "NOT NUMERIC' END-IF