Now let's create a web form.
input elements are a convenient way to get input from your user.
You can create a text input like this:
<input type="text">
Note that input elements are self-closing.
Create an input element of type text below your lists.
type of text