Html Basics
An input element is a fundamental HTML tag mostly used to create interactive controls within a webpage form, allowing users to input or enter, select and submit data.
Question 7

This element is used for...?

The above element is also used for input fields, the / at the end makes it self closing.
A div element is a generic block-level container used in HTML to group other elements together or to separate them.It is mostly used for Css styling or manipulated with javascript.