HTML Session 3

HTML Session 3

University

6 Qs

quiz-placeholder

Similar activities

Web Design HTML Pt. 2

Web Design HTML Pt. 2

University

8 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

10/29

10/29

6th Grade - University

10 Qs

Course 3 Pemrograman Web

Course 3 Pemrograman Web

University

11 Qs

Legaturi și Imagini

Legaturi și Imagini

12th Grade - University

10 Qs

EMBEDDING MULTIMEDIA TO THE WEBPAGE

EMBEDDING MULTIMEDIA TO THE WEBPAGE

University

10 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

Images in HTML

Images in HTML

University

10 Qs

HTML Session 3

HTML Session 3

Assessment

Quiz

Computers

University

Medium

Created by

Henrik Øllgaard

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

To embed a video we use this tag

<media></media>

<video></video>

<div></div>

<clip></clip>

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which one of these is the better format for embedding audio?

<sound src = "horse.ogg" type="audion/ogg" error = "no support for audio">

A horse sound<sound/>

<audio controls>  <source src="horse.ogg" type="audio/ogg">Your browser does not support the audio tag.  </audio>

<audio "horse.ogg" type="audion/ogg"error = "no support for audio">A horse sound</audio>

<media type="audio"><source src="horse.ogg" type="audio/ogg">Your browser does not support the audio tag.</media>

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

In order to add an image to a page I would use which of the following?

<media src="img_sleeping_cat_cartoon.jpg" alt="Sleeping Cat Cartoon" width="500" height="600"></media>

<image width="500" height="600">

<source src="img_sleeping_cat_cartoon.jpg" type="image/jpg">

Sleeping Cat Cartoon

</image>

<img width="500" height="600"> <source src="img_sleeping_cat_cartoon.jpg" type="image/jpg">

Sleeping Cat Cartoon

</img>

<img src="img_sleeping_cat_cartoon.jpg" alt="Sleeping Cat Cartoon" width="500" height="600">

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Fill in the blank for the html code to create a link:

< a _____="https://www.w3schools.com/">Visit W3Schools.com!</a>

link

href

ref

webpage

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The property in CSS used to change the background   color of an element is :-

bgcolor

color

Background-color

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which CSS property is used to created space between elements?

Padding

Border

Margin

Space