HTML forms Flashcards

1
Q

form wrapper

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

create a form tag with 2 attributes and a Sign Up header

A

<h1> Sign Up </h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

create a text input with a name id and a user_name name attribute

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

create a comments textarea

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

create a comments textarea

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

create a Name label that matches the id=”name”

A

Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

create a fieldset for Name, Email, Password

A

<span>1</span>Your basic info

            Name: 

            Email:

            Password:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

create a menu for Job Role with 2 options “Front-End Developer” and “PHP Developer”

A

Job role

 Front-End Developer 
    PHP Developer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

group all Web related jobs into a Web category

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

group all Web related jobs into a Web category

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

create 2 radio buttons Under 13 and 13 and Over

A

Age:
Under 13 <br></br>

            13 or older
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

create 2 checkboxes Design and Business

A

Design<br></br>

            Business
How well did you know this?
1
Not at all
2
3
4
5
Perfectly