HTML Session 3

HTML Session 3

University

6 Qs

quiz-placeholder

Similar activities

HTML Quiz 2

HTML Quiz 2

University

10 Qs

Lesson 3 - HTML Images

Lesson 3 - HTML Images

University

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

HTML Exercise

HTML Exercise

University

10 Qs

Basic HTML & HTML5

Basic HTML & HTML5

University

11 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th Grade - University

10 Qs

G5 HTML

G5 HTML

5th Grade - University

10 Qs

Tehnologii Web

Tehnologii Web

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