Module 6: HTML Video

Overview

HTML5 introduced two new elements that make it easy to add media to web pages, <audio> and <video>. It also introduced the <track> element which is used to add text tracks that are synchronized with the video. This is useful for adding captions for the Deaf or hard of hearing, foreign language subtitles, karaoke lyrics, pop-up comments, and other features. In this module, you will learn about these new HTML5 elements.

Lessons