Introducing Forms to Web Apps
Learn what data binding is with template-driven forms and create your first form.
A form in a web application consists of a <form>
HTML element that contains some <input>
elements for entering data and a <button>
element for handling that data. The form can retrieve data and either save it locally or send it to a server for further manipulation. The following is a simple form that is used for logging a user into a web application:
Get hands-on with 1200+ tech skills courses.