RiLaRos / 70-480

Study notes on the 70-480 certification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0