Please enable JavaScript to use CodeHS

Standards Mapping

for Certiport IT Specialist HTML5 App Development

17

Standards in this Framework

11

Standards Mapped

64%

Mapped to Course

Standard Lessons
1.1
Describe the application lifecycle management stages
  1. 13.1 Intro to Design Thinking
  2. 13.6 Test
1.2
Debug and test web apps
  1. 2.1 Introduction to Components
  2. 13.6 Test
2.1
Use the canvas element to create graphics and animations
2.2
Use the svg element to create and display graphics
2.3
Transform, style, and enhance text and graphics
  1. 2.4 Styling Text Components
  2. 4.1 The Image Component
  3. 16.3 Formatting Text
  4. 16.8 HTML Styling
  5. 16.9 HTML Colors
2.4
Apply CSS filters to images
3.1
Construct and analyze markup that uses form elements
3.2
Configure input validation
  1. 8.1 Conditionals and State Change
  2. 8.2 Conditionals using Parameters
4.1
Manage content layout, positioning, and flow by using CSS
  1. 4.4 Flex Layouts
  2. 4.5 Using 'Dimensions' to Control Size
  3. 16.14 The Cascade
4.2
Construct layouts by using responsive design
  1. 4.5 Using 'Dimensions' to Control Size
  2. 5.1 Recreate a Popular App
4.3
Construct flexible responsive layouts by using CSS flexbox
  1. 4.2 Setting a Background Image
  2. 4.4 Flex Layouts
4.4
Construct grid-based layouts by using CSS grid
5.1
Create and use custom classes
  1. 16.12 CSS Select by Class
5.2
Perform data access by using JavaScript
  1. 10.1 Using Arrays and Indexing to Set State
  2. 10.2 Mapping Through Objects in Arrays
5.3
Construct code that responds to events by using event listeners and handlers
  1. 3.1 TouchableHighlight and the onPress Function
  2. 6.2 Updating State with onPress
5.4
Construct code that uses JavaScript APIs
5.5
Manage the state of an application
  1. 6.1 Using State to Control Values
  2. 6.6 Using Methods to Update String States