QUESTION IMAGE
Question
what attribute tells the browser how long a video will run? a the length attribute tells the browser how long a video will run. b the loop attribute tells the browser how long a video will run. c the controls attribute tells the browser how long a video will run. d there is no attribute that tells the browser how long a video will run.
Brief Explanations
- Option A: There is no "length" attribute in HTML for the
<video>tag to specify video duration. - Option B: The "loop" attribute is for making the video play repeatedly, not for indicating duration.
- Option C: The "controls" attribute is for showing playback controls (like play, pause, volume), not for duration.
- Option D: HTML
<video>tag doesn't have an attribute to explicitly tell the browser the video's duration; the duration is determined from the video file itself when it's loaded.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. There is no attribute that tells the browser how long a video will run.