Forms
- enctype - Encoding type: Specifies that data in our form is encoded in plain text i.e. when mail app is opened will not show %20
- textarea - Adds text box for email message input
Gathering input
- Placeholder and type are attributes
- Placeholder hints as to what the user should type (any text can go here)
- Type specifies type of input i.e. type="password" hides what users type. Default value is "text"
- Other input types: range, checkbox, date, color