Assign the id called name to the first input element and an id of email to the second input element.
id
name
input
email
Make sure to pick id followed by = and then "name", id, =, "email".
=
"name"
"email"