Hyper Text Markup Language (HTML) Question:
Download Questions PDF

How can I use forms for pull-down navigation menus?

HTML Interview Question
HTML Interview Question

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 QuestionNext Question
How do I set the focus to the first form field?Can I use percentage values for TD WIDTH=... tag?