Multiple choice technology web 2.0

HTML5 has only audio elements not video elements for media playback.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTML5 provides both audio and video elements for media playback. The element handles sound files while the element handles video content with optional captions and tracks. Therefore the statement that HTML5 has only audio elements is false.

AI explanation

This statement is false: HTML5 introduced both the and elements as native ways to embed media without plugins like Flash. Video playback support was one of HTML5's headline features, not something left out in favor of audio only.