HTML Multimedia Tags Interview Questions – Multimedia Tags In HTML Online Quiz

Question 1:  Which tag is used to embed audio in an HTML document?

Question 2:  Which attribute is used to specify the source of an audio file in the <audio> tag?

Question 3:  What does the <video> tag in HTML5 allow you to do?

Question 4:  Which attribute of the <audio> tag is used to set the volume of the audio?

Question 5:  What is the purpose of the controls attribute in the <audio> and <video> tags?

Question 6:  Which of the following tags is used to embed a video in an HTML document?

Question 7:  Which element is used to specify alternative video sources for the <video> tag?

Question 8:  Can the <audio> tag be used without specifying a file source?

Question 9:  Which file format is commonly supported by the <video> tag in HTML5?

Question 10:  Which HTML5 attribute makes the <video> or <audio> tag automatically start playing when loaded?

Leave a Reply