September 2024
Intermediate to advanced
743 pages
27h 48m
English
In addition to the data and image formats we’ve discussed so far, video and audio formats are especially relevant for the development of web applications.
Prior to HTML5, videos had to be embedded using Flash, but since HTML5, you can embed videos using a separate element—the <video> element. Browsers then display the corresponding video via their own video player, as shown in Figure 6.11.
Figure 6.11 Browsers Directly Provide an Entire Video Player Including Controls When Using the <video> Element
In the early days of HTML5, different browsers supported different video ...
Read now
Unlock full access