Web Design HTML Pt. 2

Web Design HTML Pt. 2

University

8 Qs

quiz-placeholder

Similar activities

Course 3 Pemrograman Web

Course 3 Pemrograman Web

University

11 Qs

Images in HTML

Images in HTML

University

10 Qs

2025 - Programacion web

2025 - Programacion web

University

10 Qs

Cuestionario HTML5 - Programación Web

Cuestionario HTML5 - Programación Web

University

9 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

aux_HTML

aux_HTML

University

11 Qs

Fondamentaux de HTML

Fondamentaux de HTML

3rd Grade - Professional Development

6 Qs

Tema 2 - AW - Parte 1

Tema 2 - AW - Parte 1

University

10 Qs

Web Design HTML Pt. 2

Web Design HTML Pt. 2

Assessment

Quiz

Computers

University

Hard

Created by

L Morgan

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following examples can be used to embed an image in HTML?

<img src="name.jpg" height="325" width="350" alt="Example Image 1">

<src="name.jpg" height="325" width="350" alt="Example Image 1">

<img="name.jpg" height="325" width="350" alt="Example Image 1">

None of the above.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the tag(s) that can be used to embed a video in HTML. Choose more than one answer.

  • <vid></vid>

  • <iframe></iframe>

  • <video>

    • <source>

  • </video>

  • <frame></frame>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is this text called used in a <video> element, if the browser does not support the video?

Source Error Text

Not Found

DNS Text

Fall back Text

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

On Youtube, you can click the Share button to embed the video using the <iframe> source.

True

False

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If your image is in a subfolder relative to the HTML file, you use a _______ path to insert the image in HTML.

absolute

direct

relative

indirect

6.

MULTIPLE SELECT QUESTION

20 sec • 2 pts

Select the example(s) that use the absolute path to embed an image in HTML. Choose more than one answer.

  • <img src="C:\Users\yourname\name.png" alt="Description of Image">

  • <img src="../yourname/name.png" alt="Description of Image">

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The ".." operation is used to level up a folder. Select the example that uses the ".." operation to access the image.jpg inside of a folder named Pictures.

<img src="..pictures/image.jpg">

<img src="../Pictures/image.jpg">

<img src="..Pictures/image.jpg">

<img src="../pictures/image.jpg">

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the tag that is used to embed an audio source.

<audio>

<source>

</audio>

<a>

<source>

</a>

<music>

<source>

</music>

<music>

</music>