tag has two primary attributes
Action -> attribute that indicates where the info should be sent
Method -> attribute indicates the HTTP request type
Method attribute from
Either post or get, get is the default method
Query String
Name = value separated by an ampersand &
Widget
Interactive component ex. Input, button, etc..
Type of an input is called an _________
Attribute
Fallback
Mechanism that lets a web browser element to function correctly even if the browser does not support it
Polyfill
Is a fallback using java code that makes browser that doesn’t support HTML5 work. E.g. modernizr