Module 6: HTML Video

Overview

This module introduces students to the new HTML5 <video> element for adding video to web pages, as well as the <track> element for adding closed captions or other timed text.

There are several videos provided with this curriculum. All related resources are included in the videos folder. The videos are:

The files associated with each video include:

We recommend having students use the code.org video for this module. However, students could also create their own videos. If they do this, several extra steps would be required but the extra steps would provide excellent additional learning opportunities. The extra steps are:

Lesson 1: Adding video to web pages

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have added a working (but not yet captioned) video to their to their video.html file.

Lesson 2: Adding captions to video

Tips for Delivering This Lesson

Example Output

When this lesson is complete, students will have added captions to their video in their video.html file.