JavaScript Flashcards
Function
Named set of of statements that can perform a specific task repeatedly throughout program
Argument
Value or expression containing data or code that is passed on to a function of procedure
Method
An action that an object can perform (what it performs with properties)
Chrome supports
MP3, Ogg and WAV
Internet Explorer supports
MP3
Safari supports
MP3 and WAV
Firefox supports
Ogg and WAV
BODY {color: #008060; }
Selector
body {COLOR: #008060; }
Property
008060
Value
Style guide
Set of standards for the writing and/or design of documents
CSS position default
STATIC
Box Model contains
Content
Padding
Border
Margin
Class selector always
Starts with a PERIOD.
body {color: #008060; }
This is a CSS rule
CSS comment
/* comment */
Fixed positioning
Element remains in same position when PAGE SCROLLS
Absolute positioning
Floats above documents and can be positioned as needed
Customize your own HTML element styles with
Class and Id selectors
CSS1 introduced
Margins
CSS3 brought
Transformations, Transitions, and Animations