
Explore the course structure of two HTML5 sections and discover five advanced HTML5 web apps, including a color picker, custom data attributes, and date/time inputs.
Learn to move boxes to the four corners using custom data attributes in HTML5, with data-top-bottom and data-right-left, and animate them with JavaScript.
Explore HTML5 date and time inputs, including date, time, date-time, week, and month, and use min, max, and default values to build practical web apps.
Learn to build an accordion using HTML5 details and summary tags, control expand and collapse, and style with CSS for a clean, professional UI.
Learn to customize a details element-based accordion by replacing the default triangle with plus and minus icons, and style color, alignment, and spacing for a responsive UI.
Turn heading, paragraph, and span into editable content using contenteditable, and save edits with localStorage for retrieval on load, styled in red Garamond during editing.
Learn to build an HTML5 audio player: manage play/pause, previous/next, dynamic song titles and sources, and list-based song selection with wrap-around behavior.
Learn how to develop a video speed controller using HTML5's <video> element and input type range.
Build a catch me if you can game with HTML5 canvas, moving a pink box with the arrow keys to catch blue targets and increase score in a 30-second timer.
Move a big box on a canvas using keydown and keyup events, with a requestAnimationFrame redraw loop, and detect when it touches the small box to update score and timing.
Create a HTML5 catch me if you can game that detects big box touches small box, updates the score, and runs a 30-second timer.
HTML5 is the latest version of HTML, with new elements, attributes, and a larger set of technologies which makes development of powerful and diverse websites and web applications lot more easier and effective.
Many times, just knowing the syntax of a programming language might not help you while working on projects. Instead, you should be able to apply your programming language skills in real-world projects. In this course, Advanced HTML5 in Action: Build 5 Advanced HTML5 Web Apps, you will learn more of intermediate and advanced HTML5 functionalities by developing unique demos and 5 advanced HTML5 web applications. This is a hands-on practical course that focuses more on practice and less on theoretical explanations.
The two major sections in this course are
1. HTML5 Elements and Attributes in Action
2. Let's Develop: Advanced HTML5 Web Applications
In the first section, you will be introduced to some of the HTML5 elements and attributes in a very effective way.
In the second section, you will develop 5 advanced HTML5 web applications from scratch. These projects include
1. Accordion
2. Text Editor
3. Audio Player
4. Video Speed Controller
5. Catch Me if You Can (Online Game)
The first project “Accordion” is developed using some new HTML5 elements. The second project “Text Editor” is developed with the help of a new attribute and also using HTML5’s storage options. The third project “Audio Player” and fourth project “Video Speed Controller” makes use of the multimedia functionalities offered by HTML5. The last project which is a game named “Catch Me if You Can” is developed using HTML5’s 2D graphics options.
This course is not a basic HTML5 course that teaches you different HTML tags from scratch. It deals with more intermediate and advanced HTML5. As all the projects are developed using jQuery, you will be able to not only learn advanced HTML5 concepts, but also improve your jQuery knowledge. You will be able to make use of the untapped potential of HTML5 and also become confident in building HTML5 Web Applications on your own as you develop these projects from scratch .