You are on page 1of 2

Q.

 
For html links, this is used to specify the destination address of the link used.
answer
href
 
Q. 
HTML Ordered lists uses the _______ tag.
answer choices
dt
dl
ol
ul

Q. 
This pertains to a collection of items that appear in no particular order.
answer choices
Ordered lists
Description lists
Unordered lists
Nested lists

Q. 
<h1> defines the least important heading on a webpage.
answer choices
TRUE
FALSE
 
Q. 
HTML _________ are titles or subtitles that you want to display on a html page. Use
capital letters for your answer.
answer
HEADINGS

Q. 
This HTML element represents a self-contained composition in a document, page,
application, or site.
answer choices
<article> element
<section> element
<figure> element
<div> element

Q. 
Refer to elements that always start on a new line and usually have some space added
above and below.
answer choices
Inline elements
Block level elements

Q. 
Which of the following is not an example of an inline element?
answer choices
<img>
<a>
<ul>
<span>

Q. 
What type of list is represented on the image shown?

answer choices
Nested list
Unordered list
Description List
Ordered list

Q. 
To insert an image background, what syntax are we going to use?
answer choices
body { background:image: url("background.jpg"); }
body { background-image: url("background.jpg"); }
body { background-image- url("background.jpg"); }
body { background-image: url("background.jpg") }

You might also like