1D0-720
CIW: Advanced HTML5 and CSS3 Specialist v2.0 (1D0-720)
Boost your web development skills with advanced HTML5 and CSS3 training to pass the CIW 1D0-720 certification exam.
- Practice in 65 Hands-On Labs — nothing to install
- 13 Interactive Lessons and 113 topics mapped to the official exam objectives
- 396 Practice Test Questions and 3 Full Length Tests
Intermediate Self-paced · 1 year access 4.1/5 (260 Reviews)
65 Hands-On LiveLabs
Practice real IT tasks in guided environments.
- Real environments
- Auto-graded
- No installation
01 / Skills you'll get
What you will be able to do
- Expertise in using HTML5 semantic elements, multimedia elements, and APIs
- Creating responsive and adaptable websites using CSS3
- Visual enhancements with animations, shadows and transitions
- Optimizing site performance for better user experience
- Completing, submitting, and validating user input forms using HTML5
- Building adaptable website that function across multiple devices
Target Career Roles
- Web Designer
- Internet Consultant
- Web and Graphic Artist
02 / Lessons & labs
See exactly what you will learn and practice
Lessons
13 Interactive Lessons · 113 topics01 HTML5 Essentials 18 topics · 4 LiveLab +
- Introduction to HTML5 and CSS3
- Introduction to Web Development
- Mobile Websites vs. Mobile Apps
- App Development
- The Web Development Trifecta
- The Evolution of HTML5
- HTML5 Structural Elements
- HTML5 Semantic Elements
- Universal Markup Creation
- Validating HTML5 Code
- HTML5 Multimedia Elements
- HTML5 Graphics
- Navigation and Hyperlinks for Mobile Devices
- Images and Mobile Design
- Switching Images
- HTML5 APIs
- Optional Lab
- Lesson Summary
4 LiveLab in this lesson — see the labs panel →
02 Introduction to Cascading Style Sheets (CSS) Technology 10 topics · 12 LiveLab +
- Cascading Style Sheets (CSS)
- Style Guides
- CSS and HTML
- CSS Terms and Syntax
- Applying CSS Styles
- The CSS Box Model
- Page Layout with CSS
- Designing Websites for Mobile Devices
- Optional Lab
- Lesson Summary
12 LiveLab in this lesson — see the labs panel →
03 Using CSS Version 3 (CSS3) 10 topics · 5 LiveLab +
- Introduction to CSS3
- CSS3 Selectors and Properties
- CSS3 Background Properties
- CSS3 Border Properties
- CSS3 Font Properties
- CSS3 Text Effects
- Cross-Browser Compatibility
- Responsive Web Design
- Optional Lab
- Lesson Summary
5 LiveLab in this lesson — see the labs panel →
04 Using Advanced CSS3 Techniques 9 topics · 6 LiveLab +
- Introduction to Advanced CSS3 Techniques
- CSS3 2D and 3D Transformations
- CSS3 Transitions
- CSS3 Animations
- CSS3 User Interfaces
- Creating Menus and Buttons with CSS3
- SASS
- Optional Lab
- Lesson Summary
6 LiveLab in this lesson — see the labs panel →
05 Introduction to JavaScript 16 topics · 10 LiveLab +
- HTML5 and JavaScript
- Introduction to Scripting
- JavaScript Characteristics
- JavaScript vs. Other Languages
- Ways of Embedding JavaScript into HTML5 Documents
- JavaScript and Common Programming Concepts
- Objects, Properties and Methods
- Expressions and Operators
- Conditional Statements
- Arrays
- Loops
- Scope Isolation
- Iterators
- Regex
- Optional Lab
- Lesson Summary
10 LiveLab in this lesson — see the labs panel →
06 JavaScript Events, Functions and Methods 14 topics · 10 LiveLab +
- User Events and JavaScript Event Handlers
- Introduction to JavaScript Functions
- Defining a Function
- Pre-defined Functions in JavaScript
- Calling a Function
- JavaScript Animations
- Methods as Functions
- Promises
- Modules
- Async/Await & Closures
- AJAX and JSON
- Errors In JavaScript
- Optional Lab
- Lesson Summary
10 LiveLab in this lesson — see the labs panel →
07 Using HTML5 APIs 12 topics · 7 LiveLab +
- Introduction to HTML5 APIs
- Document Object Model (DOM)
- Common HTML5 APIs
- The Canvas API
- The Geolocation API
- The Drag-and-Drop API
- The File API
- The History API
- Introduction to AJAX
- Manipulating Data with jQuery
- Optional Lab
- Lesson Summary
7 LiveLab in this lesson — see the labs panel →
08 Developing HTML5 Forms 7 topics · 5 LiveLab +
- Introduction to HTML5 Forms
- Cross-Browser Compatible HTML5 Forms
- HTML5 Form Input Types
- New Form Elements in HTML5
- HTML5 Global Attributes for Form Elements
- Optional Lab
- Lesson Summary
5 LiveLab in this lesson — see the labs panel →
09 Completing, Submitting and Validating User Input Forms 8 topics · 8 LiveLab +
- Improving Forms with HTML5
- HTML5 Attributes for the <form> Element
- Submitting Forms with the <button> Element
- Concepts and Techniques for Validating User Input
- Validating User Input with HTML5 Attributes
- Validating User Input with JavaScript
- Optional Lab
- Lesson Summary
8 LiveLab in this lesson — see the labs panel →
10 Copyright, Ethics and Legal Considerations 9 topics +
- Copyright Laws in Coding, Really?
- Why Accessibility?
- Web Content Accessibility Guidelines (WCAG)
- Netiquette and Cultural Considerations
- Why Consider Global Laws?
- Security Standards
- How Does Ethics Affect Coding?
- Optional Lab
- Lesson Summary
11 Appendix A: CIW Advanced HTML5 And CSS3 Specialist Objectives and Locations +
12 Appendix B: Web Developer Resources +
13 Appendix C: Works Consulted +
Hands-On Labs Our edge
65 LiveLabs- Creating a Basic HTML Page
- Using the <aside> and <hr> Tags
- Structuring and Validating a Webpage
- Embedding a Video with the HTML5 <video> Element
- Creating an Internal Style Sheet
- Implementing Inline Styles
- Creating an External Style Sheet in HTML
- Supporting Legacy Browsers
- Using CSS Imports
- Formatting Text with CSS
- Using CSS IDs
- Implementing a Class in HTML
- Modifying Elements Using CSS margins, borders, and padding
- Laying Out a Page's Structure Using CSS
- Positioning Images Relative to Text Using CSS
- Modifying a Site for Mobile Users
- Using CSS3 Selectors
- Adding CSS3 Background Properties
- Creating Buttons and Shadows Using CSS3 Border Properties
- Using CSS3 Fonts and Text Effects
- Using the CSS3 text-overflow and word-wrap Properties
- Creating 2D and 3D Transformations with CSS3
- Using CSS3 Transitions
- Creating CSS3 Animations
- Animating a Text Box Using CSS3
- Using the CSS3 resize Property
- Creating a CSS Menu
- Using the JavaScript's alert() Method
- Using the JavaScript's prompt() Method
- Using the JavaScript's document.write() Method
- Using the JavaScript's navigator Object
- Using Operators in JavaScript
- Using the switch Statement in HTML
- Using the if Statement in HTML
- Using the if-else Statement in HTML
- Using the while Loop in HTML
- Using the for Loop in HTML
- Using JavaScript Event Handlers
- Using Functions, Arguments, and Return Values in JavaScript
- Creating a User-Defined Function in JavaScript
- Creating an External JavaScript File
- Calling a Function from within Another Function in JavaScript
- Calling Functions and Using their Arguments
- Using the setInterval Method in Animations in HTML
- Using the setTimeout Method in Animations in HTML
- Using the parseFloat() Conversion Function in JavaScript
- Transmitting and Parsing Complex Objects in HTML
- Animating an Image in HTML
- Manipulating a Canvas in HTML
- Using the HTML5 Canvas API
- Using the Drag-and-Drop Functionality of HTML5
- Using the HTML5 File API to List and Read Files
- Sending and Receiving Data in HTML
- Retrieving and Manipulating Data Using jQuery
- Using New HTML5 Input Types
- Using the search Input Type
- Using the <textarea> Element with the placeholder Attribute
- Using the HTML5 <datalist> Element
- Using the <fieldset> and <legend> Elements
- Using the HTML5 autofocus Attribute with the <input> Element
- Using the HTML5 autocomplete Attribute with the <form> Element
- Loading and Saving Files in HTML
- Using the <button> Element to Submit Forms
- Using the HTML5 formtarget Attribute
- Using the HTML5 pattern Attribute
- Using the pattern Attribute with HTML Input Types
- Using the HTML5 required Attribute
03 / Exam details
CIW: Advanced HTML5 and CSS3 Specialist v2.0 (1D0-720) Details
The CIW Advanced HTML5 and CSS3 Specialist certification is an industry-recognized, vendor-neutral credential that is proof of an individual has the HTML5 and CSS3 web development skills that are used in the various...
Ready to take the exam?
Add your official 1D0-720 exam voucher to your order.
Official Voucher · Fast delivery · Retake bundle available04 / FAQs
Questions before you start
What is the CIW: Advanced HTML5 and SCC3 Specialist V2.0 (1D0-720) certification?+
Who should take the advanced HTML5 and CSS3 Specialist course?+
How can I prepare for the HTML5 and CSS3 (1D0-720) certification?+
How is this CIW HTML5 and CSS3 course going to help with web development?+
What opportunities can I explore as a CIW 1D0-720 certified professional?+
What are the prerequisites for this exam?+
What is the exam registration fee?+
Where do I take the exam?+
What is the format of the exam?+
How many questions are asked in the exam?+
What is the duration of the exam?+
What is the passing score?+
What is the exam's retake policy?+
Here are the retake policies:
- A 24-hour waiting period is required between the first and second attempt exam.
- If a candidate passes a CIW exam, he will not be allowed to retake that CIW exam.
- 30 calendar days waiting period from the date of the previous sitting before any third or subsequent sitting exam.
- There is no limit on the number of attempts a candidate may make on an exam, so long as the 30 day wait period is observed.
What is the validity of the certification?+
Where can I find more information about this exam?+
Upgrade Your Web Development Skills
An advanced learning HTML5 and CSS3 course is what you need to create those dynamic websites.
- 1 year of full access
- 65 LiveLab included
- Certificate of completion
No credit card required