HTML Flashcards

1
Q

tag has two primary attributes

A

Action -> attribute that indicates where the info should be sent
Method -> attribute indicates the HTTP request type

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

Method attribute from

A

Either post or get, get is the default method

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

Query String

A

Name = value separated by an ampersand &

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

Widget

A

Interactive component ex. Input, button, etc..

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

Type of an input is called an _________

A

Attribute

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

Fallback

A

Mechanism that lets a web browser element to function correctly even if the browser does not support it

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

Polyfill

A

Is a fallback using java code that makes browser that doesn’t support HTML5 work. E.g. modernizr

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