Web Authoring

Web Authoring

9th Grade

8 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

ข้อสอบ หน่วยที่ 1  HTML

ข้อสอบ หน่วยที่ 1 HTML

9th - 12th Grade

10 Qs

5.3 ID The Elements - Inline, Block, Attribute

5.3 ID The Elements - Inline, Block, Attribute

9th - 12th Grade

12 Qs

HTML - Basic : Grade 7

HTML - Basic : Grade 7

7th - 9th Grade

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

CSD Unit 2 Quiz 1-Lessons 1-9

CSD Unit 2 Quiz 1-Lessons 1-9

9th - 12th Grade

10 Qs

Gmetrix Session 1:  Into to Pro using HTML and CSS

Gmetrix Session 1: Into to Pro using HTML and CSS

7th - 12th Grade

10 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

9 Qs

Web Authoring

Web Authoring

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Sri Divyaa

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the <audio> tag in HTML?

To display images

To embed sound content

To embed video content

To create forms

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is required to specify the file path for an audio file in the <audio> tag?

src

path

file

link

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the controls attribute in the <audio> or <video> tag do?

Specifies the type of media

Provides playback controls for the user

Specifies the volume level

Automatically starts playback

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The <video> tag can be used to display subtitles for a video.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which element is used to define alternate media sources for the <audio> or <video> tags?

<source>

<track>

<media>

<file>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the autoplay attribute do?

Automatically starts playback when the media is loaded

Displays the media in fullscreen

Loops the media indefinitely

Mutes the media by default

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: The <audio> tag requires a closing tag, even if no text or content is inside it.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a video loop continuously?

Add the controls attribute

Add the autoplay attribute

Add the loop attribute

Add the repeat attribute