TUTORIALS
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10

EXERCISES
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Exercise 9
Exercise 10


VIDEO

 -The control attribute adds video controls, like play, pause, and volume.
 -It is also a good idea to always include width and height attributes. If height and width are set, the space required for the video is reserved when the page is loaded. However, without these attributes, the browser does not know the size of the video, and cannot reserve the appropriate space to it. The effect will be that the page layout will change during loading (while the video loads).
 -You should also insert text content between the <video> and </video> tags for browsers that do not support the <video> element.
 -The <video>> element allows multiple <source> elements. <source> elements can link to different video files. The browser will use the first recognized format.
Tag Description
<video> Defines a video or movie
<source>  Defines multiple media resources for media elements, such as <video> and <audio>
<track> Defines text tracks in media players
Copyright � Angel Mae Ruiz(2014)