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

How do I make a form so it can be submitted by hitting ENTER?

Answer:

The short answer is that the form should just have one <INPUT TYPE=TEXT> and no TEXTAREA, though it can have other form elements like checkboxes and radio buttons.

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How can I check for errors?What is a tag?