Web Design HTML Review

Web Design HTML Review

Assessment

Flashcard

Computers

University

Hard

Created by

L Morgan

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which example can be used to embed an image in HTML? Options: <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.

Back

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

2.

FLASHCARD QUESTION

Front

Text called when the browser does not support the video.

Back

Fall back Text

3.

FLASHCARD QUESTION

Front

Can a Youtube video be embedded using the <iframe> tag?

Back

True

4.

FLASHCARD QUESTION

Front

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

Back

relative

5.

FLASHCARD QUESTION

Front

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.

Back

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

6.

FLASHCARD QUESTION

Front

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

Back

<audio> <source> </audio>

7.

FLASHCARD QUESTION

Front

HTTP

Back

Hypertext Transfer Protocol

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?