Intermediate HTML & CSS
Q62 / 100

What does the HTML5 <video> element's "controls" attribute do?

Correct! Well done.

Incorrect.

The correct answer is B) Displays the browser's default playback controls (play/pause, volume, seek bar)

B

Correct Answer

Displays the browser's default playback controls (play/pause, volume, seek bar)

Explanation

The boolean "controls" attribute on <video> (or <audio>) shows the browser's native UI controls for controlling playback.

Progress
62/100