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
2
Q
Method attribute from
A
Either post or get, get is the default method
3
Q
Query String
A
Name = value separated by an ampersand &
4
Q
Widget
A
Interactive component ex. Input, button, etc..
5
Q
Type of an input is called an _________
A
Attribute
6
Q
Fallback
A
Mechanism that lets a web browser element to function correctly even if the browser does not support it
7
Q
Polyfill
A
Is a fallback using java code that makes browser that doesn’t support HTML5 work. E.g. modernizr