Course: HTML


Topic: HTML Links and Media Quiz

Total Time: 5 Minutes

Difficulty Level: medium


HTML Quiz Instructions

Welcome to the HTML Audio Quiz.

This quiz tests your understanding of audio in HTML, which allows you to embed and play sound files directly on web pages without using external plugins. The <audio> tag is used to include audio content, and it supports formats like MP3, WAV, and Ogg. You can control playback using attributes such as controls, autoplay, loop, and muted. Learning how to use audio elements properly helps you create interactive and multimedia rich websites. Read the instructions carefully before you begin the quiz.

Quiz Format

  • Total Questions: 10

  • Difficulty Level: Medium

  • Question Type: Multiple Choice

  • Each question has one correct answer.

Timing

  • Total time limit: 5 minutes

  • Answer steadily and avoid spending too much time on any single question.

Scoring

  • Each correct answer = +1 point

  • No negative marking

  • Maximum Score = 10 points

How to Play

  • Read each question carefully and review the HTML code examples provided.

  • Understand how the <audio> tag is used to embed sound.

  • Learn how the src attribute defines audio source.

  • Focus on attributes like controls, autoplay, loop, and muted.

  • Observe how multiple sources can be added using <source>.

  • Identify correct and incorrect audio syntax.

  • Pay attention to supported formats like MP3 and WAV.

  • Understand how to provide fallback content.

  • Choose the option that best represents correct HTML audio usage.

  • Once you move to the next question, you cannot return to previous ones.

Rules

  • Do not refresh or close the quiz window during the attempt.

  • Avoid using notes, books, or online references.

  • Keep track of the remaining time during the quiz.

Before You Start

After Submission

  • Your score will be displayed instantly.

  • Review the correct answers to understand mistakes.

  • This will help you confidently use audio in HTML.

Go Back Top