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

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

Tweet Share WhatsApp

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 PDF Read All 84 HTML Questions
Previous QuestionNext Question
How can I check for errors?What is a tag?