Week 12 - WDI

Week 12 - WDI

12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML Pre-Assessment (Coding 16-17)

HTML Pre-Assessment (Coding 16-17)

9th - 12th Grade

19 Qs

HTML

HTML

9th - 12th Grade

25 Qs

HTML Tags Review

HTML Tags Review

9th - 12th Grade

15 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

HTML Images & Color

HTML Images & Color

8th - 12th Grade

15 Qs

Web Design Part 2

Web Design Part 2

9th - 12th Grade

23 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

Week 12 - WDI

Week 12 - WDI

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rafael Araujo

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to insert an image called dog.jpg into a webpage we need to type the instruction:

<img src="dog.jpg" alt="Puppy">

<img src="dog.jpg" alt="Puppy"></img>

<img scr="dog.jpg" alt="Puppy">

<img scr="Dog.jpg">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The image element does not have a closing tag

False

True

Sometimes

Most of time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a reason to avoid copying the link address of an image on the internet and use it in your replit project:

If that image is taken off the internet, your image cannot display

The image address can sometimes be extremely long and make your website code very messy

The image does not upload with the right size

You can't edit the image in any way, so you are stuck with whatever the image looks like originally

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The section you use in replit to upload the pictures that your webpage is going to use is called:

Webview

Images

Files

Shell

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The meaning of "src" in an image element is:

Specifies the dimension of the image

Specifies the alternate text for the image

Specifies the service request confirmation for that image

Specifies the path to the image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The meaning of "alt" when using an image element is:

Specifies the path to the image

Specifies the width of the image

Specifies the height of the image

Specifies a text to describe the image when the browser cannot find it

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you read the instruction:

<img src="dog.jpg" alt="dog" width="500" height="300">

It means that

Most likely the webpage will load the image of a cat

"dog.jpg" is the image file name, the description for the image is "dog", the width is "500" and the height is "300"

"dog.jpg" is the description for the image, the image file name is "dog", the width is "500" and the height is "300"

the name of the image and the description must always be the same, that is why the word "dog" is used twice

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?