Create a basic text field in the form below. Remember, you will need two attributes. Don't worry about creating the label or its related attributes.
Hint: Use the name: name
.
Add placeholder text to indicate where and how the user should add input. Make that text say First and Last Name
.
Hint: Write the placeholder attribute last.
There's an important attribute missing from one of the elements in the code provided. Add the missing attribute.
In the provided select field, we don't want the user to be able to actually choose the first option that says "Choose One". Add the correct code to the first option
to:
Hint: Write the code in the order specified.
Change the text in the submit button to say Sign Up
.
In the form below, add the information that will show the user an error if the email
and password
fields are not filled out.
Hint: Add the new code last for each field.
What element creates a large multi-line text field?
True or False: The input
element requires a closing tag
What is the purpose of the action
attribute?
In the code below, what should the value of id
be?