Font size
Worksheets4th Quarter Robotics Final Test Review Game
Total questions: 26
Worksheet time: 14mins
Unordered lists are called bulleted lists.
True
False
Unordered lists are used to enumerate items in a specific order or sequence
True
False
Ordered lists are also called numbered lists.
True
False
Nested List combines both Ordered and Unordered Lists together.
True
False
The <li> tag requires a closing tag when used in Ordered and Unordered Lists.
True
False
The Image tag attribute SRC indicates which webpage the hyperlink will open.
True
False
The Image tag <img src= “URL/path”> is an empty tag.
True
False
Only texts can be used to create hyperlinks on a webpage.
True
False
The hyperlinked text is usually of different color and is underlined as compared to the other texts on a webpage.
True
False
The Anchor tag <a> is responsible for placing an inline image within a webpage.
True
False
Which of the following is NOT a value of the Unordered List <ul> attribute TYPE?
circle
diamond
disc
square
Which of the following is NOT a value of the Ordered List <ol> attribute TYPE?
1
I
A
∎
This HTML tag creates an Ordered List.
<a href="URL"> text/image </a>
<li> list item text
<ol> contained text </ol>
<ul> contained text </ul>
This HTML tag creates an Unordered List.
<a href="URL"> text/image </a>
<li> list item text
<ol> contained text </ol>
<ul> contained text </ul>
This HTML tag creates an Image Tag.
<a href="URL"> text/image </a>
<img src="URL">
<ol> contained text </ol>
<ul> contained text </ul>
This HTML tag creates a hyperlink.
<a href="URL"> text/image </a>
<img src="URL">
<ol> contained text </ol>
<ul> contained text </ul>
This image tag attribute places a black border around the image.
border
height
src
width
This image tag attribute modifies the horizontal dimension of the image
border
height
src
width
This image tag attribute modifies the vertical dimension of the image
border
height
src
width
This image tag attribute specifies the location of the image file.
border
height
src
width
This image tag attribute places a margin of white space above and below the image.
height
hspace
vspace
width
This image tag attribute places a margin of white space to the left and right sides of the image.
height
hspace
vspace
width
This anchor tag attribute opens the link on a new tab or window.
href
name
target
title
This anchor tag attribute specifies the location of the webpage the link will open.
href
name
target
title
The use of images on a webpage is important because of the following reasons: (Check all that apply)
Captures the attention of the visitor
Conveys the message of the webpage/website
Makes the webpage irrelevant
Increases dwell time
The use of hyperlinks on a webpage is important because of the following reasons: (Check all that apply)
Makes navigation easier
Makes the webpage inactive and stagnant
Gives meaning to the web's existence
Increases user interactivity
