Search This Blog

HTML5 Multimedia Fresco Play HackerRank- HTML5 semantic elements

Q.1 The controls attribute adds audio/video controls like PLAY, PAUSE and VOLUME.

1) False

2) True


Ans: 2) True

Q.2 HTML5 audio tag has a number of attributes to control the look and feel and various functionalities of the audio player. The following are attributes of HTML5 audio element, except ________

1) stop

2) src

3) controls

4) autoplay


Ans: 1) stop

Q.3 Audio element can be programmatically controlled from __________

1) HTML or CSS or JavaScript

2) HTML

3) CSS

4) JavaScript

Ans: 4) JavaScript

Q.4 You can embed a video player using __________


1) iframe

2) src

3) source

4) vid

Ans: 1) iframe
Q.5 Which attribute of the video tag specifies an image to be shown while the video is downloading?

1) img

2) poster

3) fig

4) src

Ans: 2) poster

No comments:

Post a Comment

If you have any doubts, Please let us know.