HTML Images

HTML Images

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

Examen final algoritmo

Examen final algoritmo

11th Grade

12 Qs

Tin học 9 Bài 7: Phần mềm trình chiếu

Tin học 9 Bài 7: Phần mềm trình chiếu

9th Grade

10 Qs

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

Parcial-Dibujo

Parcial-Dibujo

12th Grade

10 Qs

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

1st - 12th Grade

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

Validación de Datos

Validación de Datos

10th Grade

10 Qs

HTML Images

HTML Images

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Preston Rowland

Used 85+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the HTML image attributes to set the size of the image to 250 pixels wide and 400 pixels tall.

<img src="scream.png" width="250" height="400">

<image source="scream.html">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use CSS to set the size of the image to 250 pixels wide and 400 pixels tall.

<img src="scream.png" size="wide:250px;high:400px;">

<img src="scream.png" style="width:250px;height:400px;">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the correct HTML to make the image become a link to "default.html".

<a href="default.html">

<img src="smiley.gif">

</a>

<link>

<img src="smiley.gif">

</link>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Make the image below float to the right of the paragraph.

<p>

<img src="smiley.gif" style="align:right;">

This is a paragraph.

This paragraph contains an image

</p>

<p>

<img src="smiley.gif" style="float:right;">

This is a paragraph.

This paragraph contains an image

</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add the correct HTML attribute to display the "smiley.gif" image.

<img src="smiley.gif">

<img display="smiley.gif">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Specify an alternate text for the image.

The alternate text should say "Smiley".

Alternate text is useful when the image cannot be displayed, like when the page is read by a screen reader.

<img src="smiley.gif" alt="Smiley">

<img src="smiley.gif" text="Smiley">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

src - Specifies the path to the image

True

False

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?