The purpose of this quiz is to review HTML tags related to the creation of forms. Each question is worth 5 points, so be sure to read carefully. Total points = 50 Special note: THIS QUIZ IS GRADED ON THE FLY. . . YOU CANNOT RETURN TO A QUESTION. BE SURE TO MAKE A SELECTION BEFORE MOVING ON TO THE NEXT QUESTION!
The TextArea tag
The Form tag
The Select tag
The Input tag
Action="mail [email protected]"
Action="mailto:[email protected]"
Action="submit"
Method = get
Get
Textarea
Post
Infinite
Limit
Post
Input
Get
Input type="select" name="top1" value="roni"
Input type="checkbox" name="top1" value="roni"
Input type = "check" name="top1" value="roni"
Input type = "checkbox" name="top1"
Values do not need to be defined.
All the names must be different.
Using the name attribute is optional.
All the names must be the same.
Select and option
List and option
Select and value
Menu and option
Maxlength=50 size=40 value="enter data here"
Maxlength=50 width=40
Cols=50 rows=3
Size=50 cols=40 value="enter data here"
Submit name="submit" value="submit"
Send data
Input type="submit" name="submit" value="submit"
Input type="reset" name="reset" value="reset"
Input type = "submit" name="reset" value="reset"
Input type="clear" name="reset" value="reset"
Input type="reset" name="reset" value="reset"
Reset data