Font size
Worksheetslists and images
Total questions: 14
Worksheet time: 11mins
Which of the following is NOT included in the IMAGE tag code?
img
src
h1
alt
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">
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 is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
The tags used for lists are:
<ul>
<li>
<ol>
<il>
Which is the correct syntax for a link?
<a href="url">link text</a>
<a href="url" link text>
<a href=url>link text</a>
<a href="url" link text</a>
Which of these tags creates a bulleted list?
<LI>
<OL>
<UL>
<BL>
Which of these is used when creating both numbered and bulleted lists?
<li>
<item>
<ol>
<ul>
Ordered lists are used...
To display a list of items that need to be in a specific order
To display a list of items that can be in any order
To display descriptions of items in a list
To display a list of randomly generated items
