WorksheetsImages in HTML
Total questions: 10
Worksheet time: 10mins
alt is short for:
alternative text
alien
alternator
automotive
What is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
What are the reasons that ALT is required in an IMG tag?
An error in the SRC will prevent the image from loading
The ALT text can be voiced by a screen reader
Slow connections may prevent an image from loading
Every tag requires an ALT
Can I use an image without giving credit to the website and owner of the photo?
yes
no
What should I change about this tag to change the image that will appear?
<img src="cat.jpeg" alt="cat jumping"/>
img
src
cat.jpeg
cat jumping
Which portion of this tag is the text that will show up if there is a problem with my photo link?
<img src="cat.jpeg" alt="cat jumping"/>
img src=
cat.jpeg
cat jumping
alt=
