







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to html forms and input elements, explaining their purpose, syntax, and various types such as text fields, password fields, checkboxes, radio buttons, and drop-down menus. It also covers the use of javascript with forms and the <form> and <input> tags.
Typology: Slides
1 / 13
This page cannot be seen from the preview
Don't miss anything!








elements (and probably other HTML as well)
type="..." argument to tell which kind of element it is
A submit button:
A reset button:
A plain button:
- submit: send data - reset: restore all form elements to their initial state - button: take some action as specified by JavaScript Note that the type is input, not “button”
<-- right there, don't you see it?