Case-Based Critical Thinking Questions
Case 8-1
Ryan is creating a website for an automobile company. He wants to include media files on the web page and make the page appealing to the viewers.
Ryan wants to embed the audio clip within the page and ensure that the browser’s native media player shows up. Which of the following HTML audio and video element attributes will help Ryan accomplish this?
Select one:
a. preload
b. controls
c. loop
d. autoplay

Respuesta :

Loop element will help Ryan to accomplish this.

  • The loop attribute is a boolean attribute. When present, it specifies that the video will start over again, every time it is finished.
  • HTML loop Attribute Previous All HTML Attributes Next Definition and Usage The loop attribute is a boolean attribute. When present, it specifies that the audio will start over again, every time it is finished. Applies to The loop attribute can be used on the following elements: Examples Audio
  • The HTML loop Attribute is used to restart the audio and video again and again after finishing it. It contains the Boolean value. Syntax:   <element loop>

Applicable  :

<audio>

<video>

<marquee>

<bgsound>

To know more about loops visit:

https://brainly.com/question/17131845

#SPJ4

ACCESS MORE