Font size
WorksheetsHtml List and img
Total questions: 61
Worksheet time: 39mins
What does HTML stand for?
HyperText Making Language
HyperText Multiple Language
HyperText Markup Language
HyperTransfer Markup Language
HTML language uses...
Tabs
Tags
Punctuation
Quotations
Which tag declares that the document is a HTML document
<body>
<head>
<title>
<html>
Which tag contains information about your HTML file
<head>
<title>
<p>
<h1>
Which tag creates the most important heading?
<h4>
<h2>
<h1>
<h3>
Which is the correct way to insert an image
<img="image.jpg"/>
<img src="image.jpg"/>
<image.jpg>
<img src:image.jpg>
Which tag is used in ordered lists and unordered lists to define a list item
<b>
<i>
<p>
<li>
This element is used to separate content or define a change in an HTML page
<br>
<hr>
<ol>
<body>
Which code below is correct for a hyperlink
<a herf="https://google.com">Click Me</a>
<a>Click Me>"https://google.com"</a>
<a href="https://google.com">Click Me</a>
<a>"https://google.com"Click Me</a>
Which list tag would you use for an unordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
Fill in the blank on the code above.
src
href
hrf
target
What is the purpose of the target attribute in the code above?
It tells the browser to make your screen blank when you click the link.
It tells the browser to open the link in the same tab when you click the link.
It tells the browser to open the link in a new tab when you click the link.
It tells the browser to open the link in a different browser when you click the link.
Mr. Sutton is ranking his favorite nicknames for his dog Pippin. What tags should he use for his list?
ol
ul
a
li
What tag is always included in the code for an ordered or unordered list?
<li>
<ol>
<ul>
<list>
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
What is the correct HTML tag for a list item?
<li>
<item>
<list>
<l>
What is the correct HTML tag to start an Ordered List?
<ol>
<ordered>
<list>
<or>
What is the correct HTML tag used to start an Unordered List?
<ul>
<unordered>
<list>
<un>
Unordered 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
TRUE OR FALSE:
Lists must have closing tags
True
False
Descriptive 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
What is the correct HTML tag to start a Descriptive List?
<dl>
<desc>
<list>
<d>
TRUE OR FALSE:
Descriptive Lists need a descriptive title and descriptive data
True
False
What is the correct HTML tag used to for descriptive data?
<dd>
<data>
<desc>
<item>
TRUE OR FALSE:
Ordered Lists can only order items by using numbers
True
False
The <img> tag needs the following attribute to display an image...
src="image location"
scr="image location"
loc="image location"
file="image location"
HTML Language uses...
Tabs
Tags
Punctuation
Quotations
An attribute does which of the following...
Applies changes to everything
Provides different options for each tag
Prevents changes to the site
Gives structure and text
Which of these are used when adding a picture to a webpage?
src
alt
img
pic
file
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>
<IL>
An unordered list is often called a(n) _______ list.
Numbered
Bulleted
Documented
Sequential
A numbered list is called a(n) ______ list in HTML.
Numbered
Ordered
Sequential
Indexed
Which of these correctly adds a picture to a webpage?
<img src="tree.jpg" alt="Grand Oak" />
<img src="Grand Oak" alt="tree.jpg" />
<img src="tree.jpg" />
<img alt="tree.jpg" />
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
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
What is the correct HTML tag for a list item?
<li>
<item>
<list>
<l>
What is the correct HTML tag to start an Ordered List?
<ol>
<ordered>
<list>
<or>
What is the correct HTML tag used to start an Unordered List?
<ul>
<unordered>
<list>
<un>
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
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
What is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
Which code below is correct for a hyperlink
<a herf="https://google.com">Click Me</a>
<a>Click Me>"https://google.com"</a>
<a href="https://google.com">Click Me</a>
<a>"https://google.com"Click Me</a>
Which of the following BEST explains the difference between a <p> tag and a <br> tag?
The <br> tag produces a blank line, while the <p> tag does not
The <p> tag produces a blank line, while the <br> tag does not
To create a list in HTML document the first tag that is needed is
(a)
Which list tag has more attributes?
OL
UL
