From the course: HTML Essential Training
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Video
- The introduction of video and audio elements was a big step forward in the development of HTML. The ability to easily embed video and audio directly into webpages, replaced older plugin based solutions like Flash and Silverlight, helping to drive the growth of streaming media online with platforms like YouTube and SoundCloud as some of the early adopters. Let's explore how to implement the video element, its key features and syntax. There are several file formats that can be used with the video element. MP4 is supported across all major browsers and offers good compression and quality. WebM is an open source format that delivers high quality video and is optimized for web use. OGG is an older open source format that is still a viable option, but is less commonly used. MP4 provide the best browser compatibility, though any of these formats will work. You can use video editing software or conversion tools to switch between formats. All video elements start with an opening and closing…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.