HTML forms Flashcards
1
Q
form wrapper
A
2
Q
create a form tag with 2 attributes and a Sign Up header
A
<h1> Sign Up </h1>
3
Q
create a text input with a name id and a user_name name attribute
A
4
Q
create a comments textarea
A
5
Q
create a comments textarea
A
6
Q
create a Name label that matches the id=”name”
A
Name
7
Q
create a fieldset for Name, Email, Password
A
<span>1</span>Your basic info
Name: Email: Password:
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
9
Q
group all Web related jobs into a Web category
A
10
Q
group all Web related jobs into a Web category
A
11
Q
create 2 radio buttons Under 13 and 13 and Over
A
Age:
Under 13 <br></br>
13 or older
12
Q
create 2 checkboxes Design and Business
A
Design<br></br>
Business