
HTML Images
Authored by Preston Rowland
Computers
9th - 12th Grade
Used 85+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?