Hyper Text Markup Language (HTML) Question:
Download Job Interview Questions and Answers PDF
How can I use forms for pull-down navigation menus?
Answer:
There is no way to do this in HTML only; something else must process the form. JavaScript processing will work only for readers with JavaScript-enabled browsers. CGI and other server-side processing is reliable for human readers, but search engines have problems following any form-based navigation.
Download HTML Interview Questions And Answers
PDF
Previous Question | Next Question |
How do I set the focus to the first form field? | Can I use percentage values for TD WIDTH=... tag? |