Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6574393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:15:20+00:00 2026-05-25T15:15:20+00:00

On a web page, if there are input fields, pressing Tab key switches them,

  • 0

On a web page, if there are input fields, pressing Tab key switches them, but in a particular order, is there a way to change this order and set it to some different order?

If this can be done in html, it is preferable, but if some other scripting language (javascript etc) can do it, it is also acceptable.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:15:21+00:00Added an answer on May 25, 2026 at 3:15 pm

    The attribute tabindex takes care of that http://www.w3.org/TR/WCAG-TECHS/H4.html
    to exclude a element completely from the tabindex give it a index of -1
    the lowest safe index to start with is 1.

    0 is the default value so should be avoided when explicitly setting the tabindex

    <input tabindex=1 type="text" name="my_input1">
    <input tabindex=3 type="text" name="my_input2">
    <input tabindex=2 type="text" name="my_input3">
    

    The tab would go from the my_input1 to my_input3 to my_input2 field in this example

    tabindex may be used on a, area, button, input, object, select and textarea

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a sexy way to get a web page with Google Maps (in
Is there a way to determine programmatically, using Python, which web page is currently
Is there a way to determine programmatically, using Python, which web page is currently
On my web site, there is an index page, but if I take out
I'm creating a web form, where in there are around 12-15 Input Fields... You
When I navigate through tab key in my web page submit button and some
Are there any Web page designing software out there that allow me to drag
On the web page, it looks like there is no current development in the
I have dynamic web page with JS. There is a <textarea> and a Send
Are there any issues with changing elements which will appear on a web page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.