No student devices needed. Know more
50 questions
Which of the following is NOT included in the IMAGE tag code?
img
src
h1
alt
Which of the following is included in the image tag code?
src
h1
<p>
scr
Which is an example of a complete image tag?
<img "dog.jpg">
<img src="dog.jpg" alt="my dog"/>
img=dog.jpg
<src="dog.jpg" alt="my dog">
Which tag should be used to include the following image: cat.jpeg?
<img src="cats.jpg" alt="cat"/>
<img src="cat.JPG" alt="cat"/>
<img src="cat.jpeg" alt="cat"/>
<img src="dog.jpeg" alt="cat"/>
IMG is short for:
image
imagine
source
photo
src is short for:
source
image
screen
html
alt is short for:
alternative text
alien
alternator
automotive
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
Where can I find the links to available images?
left colomn
middle colomn
right column
Where will I see the Preview to my Website?
left column
right column
center column
Where can I enter the code tags for my website?
left column
center column
right column
After I save an image to my computer, what should I do before I can add that image to my website?
click add image and then upload the picture.
click and drag the image from my desktop.
nothing, it automatically goes to my links column.
Can I use an image without giving credit to the website and owner of the photo?
yes
no
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=
What is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
What tag starts and ends an unordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
What is the biggest heading tags?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What tags start and end a paragraph tag?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What is the correct tag for a hyperlink?
<a href="code.org">Code.org</a>
<a href="code.org">"Code.org"</a>
<href="code.org">Code.org</href>
<a href="code.org"><Code.org</a>
What is the smallest heading tags?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What tag starts and ends an ordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
Where do we always type all of our tags?
between the head tags
between the body tags
wherever you want
between the paragraph tags
What is the correct tag for an image?
<img src="image1.jpg" alt="Image1">
<image src="image1.jpg" alt=Image1/>
<img scr="image1.jpg">alt="Image1">
<image scr="image1.jpg alt="Image1"/>
What is a hyperlink?
A link to another webpage
A link to an image
Where does the page LINK belong in this tag?
<a href=" (blank A) "> (blank B) </a>
blank A
blank B
Where does the clickable TEXT belong in this tag?
<a href=" (blank A) "> (blank B) </a>
blank A
blank B
Which is an example of a complete Hyperlink tag?
a href="list.html" LIST a
<a href="list.html"> LIST </a>
<a="list.html"> LIST </a>
<a href="list"> LIST </a>
Which is an example of a complete Hyperlink tag?
a href="list.html" LIST a
<a href="list.html"> LIST </a>
<a="list.html"> LIST </a>
<a href="list"> LIST </a>
How can I make this link lead to pictures.html?
<a href="list.html"> LIST </a>
Change LIST to PICTURES
Change "list.html" to "pictures.html"
Change href to src
How can I make this link lead to pictures.html?
<a href="list.html"> LIST </a>
Change LIST to PICTURES
Change "list.html" to "pictures.html"
Change href to src
How can I make this hyperlink text say PICTURES?
<a href="pictures.html"> LIST </a>
change "pictures.html" to "PICTURES"
change LIST to PICTURES
change href to img
What is missing from this hyperlink tag?
<a="pictures.html"> PICTURES </a>
href
img src
<p>
alt
Which is the correct version of this hyperlink tag?
<href"pictures"> PICTURES <a>
<a href="pictures.html"> PICTURES </a>
<a herf="pictures.html"> PICTURES </a>
<a href="pictures.html> PICTURES </a>
<a href="pictures.html"> PICTURES <a>
Choose the hyperlink to the following webpage:
foods.html
<a href="foods.html"> FOODS </a>
<a href="foods> FOODS </a>
<a href="pictures.html"> FOODS </a>
<a herf="foods.html"> FOODS </a>
Choose the hyperlink to the following webpage:
foods.html
<a href="foods.html"> FOODS </a>
<a href="foods> FOODS </a>
<a href="pictures.html"> FOODS </a>
<a herf="foods.html"> FOODS </a>
If I click the following link, which web page will show up?
<a href="pictures.html"> HOME </a>
home page
animals page
list page
pictures page
Explore all questions with a free account