Video on the web part 3: HTML
In previous posts we've looked at the [theory](https://publishing-project.rivendellweb.net/video-on-the-web-part-1-the-theory/) behind the different formats and codecs you can use for your videos and [how to encode video](https://publishing-project.rivendellweb.net/video-on-the-web-part-2-encoding-video/) for use on the web. This post will cover the HTML necessary to embed a set of (theoretical) videos that we encoded for the project. 1. MP4 container, AV1 video, and Opus audio 2. WebM container, VP9 video, and Opus audio 3. MP4 container, x264 video, and AAC audio 4. OGG container, OGG video, and Vorbis audio ## Building the element The basic `