Search Header Logo

Web Design HTML Pt. 2

Authored by L Morgan

Computers

University

Used 1+ times

Web Design HTML Pt. 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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">

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?