No student devices needed. Know more
20 questions
Which of these tags creates a bulleted list?
<LI>
<UL>
<OL>
<BL>
Which of these is used when creating both numbered and bulleted lists?
<LI>
<OL>
<ITEM>
<UL>
Which is the correct way of adding a url to an image HTML element?
<img src="covid">
<img src="covid.jpg">
<img scr="covid.jpg">
<img src=covid.jpg>
What type of list is this?
ordered
house
bulleted
unordered
What type of list is this?
numbered
ordered
unordered
Ordered lists are used...
To display a list of items that need to be in a specific order
To display descriptions of items in a list
To display a list of items that can be in any order
To display a list of randomly generated items
IMG is short for:
image
source
photo
imagine
src is short for:
source
screen
image
html
What should I change about this tag to change the image that will appear?
<img src="covid.jpg" width=400 height=450>
img
src
covid.jpg
covid photo
What is missing from this image tag?
<img="covid.jpg" align="right">
h1
width
h6
src
It is any graphic or piece of text document that can connect readers to another web page, or another portion of the document.
It specifies the URL of the page the link goes to.
href
coords
name
rev
These are tags that do not need to be closed.
paired tags
unpaired tags
break line tags
noend tags
This will print the largest heading.
h5
h7
h1
h6
The attribute used to change the background color of the page.
It is used to control more how the content is displayed and are placed within the opening tag.
tags
attributes
links
lists
It is used to put a line under the text.
<em>
<b>
<i>
<u>
It puts a line right through the center of the text crossing it out.
<em>
<s>
<p>
<r>
It defines a long quotation, and the quote is displayed with an extra wide margin on the left hand side.
tab
blockquote
tag
attribute
It displays the text at a slight angle.
<b>
<i>
<s>
<u>
Explore all questions with a free account