Search Header Logo

HTML Session 3

Authored by Henrik Øllgaard

Computers

University

Used 5+ times

HTML Session 3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?