No entiendo que es lo que tengo que hacer, me ayudan?
CONSIGNA: There are many kinds of inputs you can create using the type attribute. You can easily create a password field, reset button, or a control to let users select a file from their computer.
Create a text field to get text input from a user by adding the type attribute with the value text to the input element.
Read the instruction carefully: " Create a text field to get text INPUT from a user by adding the TYPE attribute with the VALUE text to the input element."
Follow the rule:
<element attribute="value">
In this case:
‘input’ is an html element
‘type’ is an attribute
‘value’ is the “text”