HTML Flashcards

1
Q

What is the form tag?

A

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

What is the form tag for a input box?

A

Request info:

Example

First name:

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

What is the form tag for a button?

A

“Radio” is the input type

“Name” is the return value after form submission

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

What is the form tag for a checkbox selection?

A

Cat

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

What is the form tag for a drop down menu?

A

Cars: <br></br>

the text
the text

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

What is the form tag for submitting the form?

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

What is the tag for a resetting form button?

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

What are the tags to be included in the form tag in order to receive the form submission?

A

This displays the submission info into the URL and uses query strings to send the data to the back end

This is a more private way to submit user data as it doesn’t show in the URL

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

What is the tag to make a comment on the HTML code so developers can get information on what they are reading?

A

Greater than, exclamation, dash dash

Close with

Dash dash, less than

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

What is the tag to divide up the webpage content?

A

<div> … </div>

This way sections of a webpage can be easily edited separately from other content

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

What is the tag for horizontal rule?

A

< hr >

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