Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.
/ 70-480 Public archive

Study notes on the 70-480 certification

License

Notifications You must be signed in to change notification settings

jgraber/70-480

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming in HTML5 with JavaScript and CSS3

Links

CSS Cascading order

Sort according to importance (normal or important) and origin (author, user, or user agent). In ascending order of precedence:

  1. user agent declarations
  2. user normal declarations
  3. author normal declarations
  4. author important declarations
  5. user important declarations

http://www.w3.org/TR/CSS2/cascade.html#cascading-order

Skills measured

Implement and manipulate document structures and objects (24%)

Create the document structure

Write code that interacts with UI controls

Apply styling to HTML elements programmatically

Implement HTML5 APIs

Establish the scope of objects and variables

Create and implement objects and methods

Implement program flow (25%)

Implement program flow

Raise and handle an event

Implement exception handling

Implement a callback

Create a web worker process

Access and secure data (26%)

Validate user input by using HTML5 elements

Validate user input by using JavaScript

Consume data

Serialize, deserialize, and transmit data

Use CSS3 in applications (25%)

Style HTML text properties

Style HTML box properties

Create a flexible content layout

Create an animated and adaptive UI

Find elements by using CSS selectors and jQuery

Structure a CSS file by using CSS selectors

About

Study notes on the 70-480 certification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published