CatPhotoApp Paso 38

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.

yo solo tengo el codigo:

nose que es lo que tengo que hacer

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”

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.