1/8 Class Two Flashcards

1
Q

form

A

tag for a form

giving it a name

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

break

A

<br></br> goes to the next line

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

javascript

A

can allow you to hide or show a form at a certain time

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

method

A

whenever you submit the form it will add the variables to the url
when you want to show input values in the URL, eg for search, or product, page, profile page

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

action

A

this will tell you where to put the input

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

method=”post”

A

saves confidential data somewhere else rather than the URL

for most of the time, eg login, account creation, etc.

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

name setup options

A
any options for the same radio must have the same name
example:
<br>
18-60 <br>
60+ <br>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

radio

A

only allows you to select one thing, if you have the same name for a radio that is after, it will deselect your previous selection

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

check box

A
you can make multiple selections
example:
Baseball <br>
Football <br>
Basketball <br>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

list

A

drop down menu
example:
City:

Salt Lake City
Provo
Logan

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

Ctr+J

A

shows recent downloads

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

Ctr+U

A

shows source code of an HTML page

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

CSS

A

makes your site look good

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