Character set
Forms in HTML
In this lesson, you learn that:
- Browsers send form data to Web servers along with URLs.
getattaches form data to a URL.postputs it in a separate HTTP header.
- URL encoding handles special characters in URLs.
- The basic attributes of
<form>areactionandmethod.
- The basic attributes of
<input>aretype,name, andsize.
- The basic attribute of
<button>istype.