Form part 4

HTML Fundamentals
HTML Basics
Forms
75
4/4
               

Form Elements



The submit button submits a form to its action attribute:
<input type="submit" value="Submit" /> Try It Yourself

Result:
After the form is submitted, the data should be processed on the server using a programming language, such as PHP.

Comments