Links
Links in HTML are created with the <a> tag.
- href - used to refer to the link destination
- target - which states how the link should be opened
Forms
Forms are used to receive information from users. It is defined within the <form> tag.
Some of the attributes used within the form tags are:
- action: it points to the page to load once a form is submitted
- method: specifies the HTTP response (GET or POST) to be used when a form is summitted.
Inputs
The input tags are placed within the form tag, this is what takes the information from the user. Below are some of the input types.
- Checkbox: