Multiple choice technology web 2.0

What are the supported format for video elements in HTML5?

  1. Ogg

  2. WebM

  3. MPEG 4

  4. HTML5 doesn't have video elements

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

HTML5 officially supports three video formats for the `` element: MP4 (MPEG 4 with H.264 video and AAC audio), WebM (with VP8/VP9 video and Vorbis/Opus audio), and Ogg (with Theora video and Vorbis audio). The claim that HTML5 lacks video elements is false.