Web technology - Frames and multimedia

Web technology - Frames and multimedia

University

10 Qs

quiz-placeholder

Similar activities

Web Technology

Web Technology

University

15 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

HTML Final Exam Review 1

HTML Final Exam Review 1

University

10 Qs

AM#1

AM#1

University

10 Qs

HTML Quiz 4

HTML Quiz 4

University

10 Qs

QUIZ 2 HTML

QUIZ 2 HTML

University

10 Qs

B. Com CA III

B. Com CA III

University

10 Qs

Web technology - Frames and multimedia

Web technology - Frames and multimedia

Assessment

Quiz

Computers

University

Medium

Created by

KISHOR MORE

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTML _____ element is used to show a image on a web page.

<image>

<img>

<picture>

none of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the attributes of <img> element

src

alt

height, width

all of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTML _____ element is used to show a video on a web page.

<img>

<video>

<movie>

None of these

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Following is the correct syntax to add video on web page

<video width="320" height="240" controls autoplay>
  <source src="
movie.mp4" type="video/mp4">
  <source src="movie.webm" type="video/webm">
Your browser does not support the video tag.

</video>

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To play an audio file in HTML, use the ______ element

<video>

<sound>

<audio>

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ tag defines a container for an external resource, such as a web page, a picture, a media player, or a plug-in application.

<embed>

<img>

<video>

<audio>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML _____ are used to divide your browser window into multiple sections where each section can load a separate HTML document.

Tables

Sections

frames

devide

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?