Summary
In this lesson, we will summarize what we learned in this chapter.
We'll cover the following...
HTML provides you a set of controls to create forms on web pages, collect the data your users specify, and send that information to a web page that can process them. The key element is <form>
that wraps all fields to be sent to the server-side. ...