ITD 110 Unit 3 exam Set 2 – Flashcards
Unlock all answers in this set
Unlock answersquestion
If an element is configured with ___________________ the other content on the page will appear to its left.
a. position: left;
b. position: relative;
c. float: left;
d. float: right;
answer
float: right;
question
______________________ will cause an object not to display.
a. display: block;
b. display: 0px;
c. display: none;
d. display: fixed;
answer
display: none;
question
Use the _________________ property along with the left, right, and/or top property to precisely configure the position of an element.
a. position: absolute;
b. position: relative;
c. position: float;
d. absolute: position;
answer
position: float;
question
Use the __________ or ________________ property to clear a float.
a. float or clear
b. clear or overflow
c. position or clear
d. overflow or float
answer
clear or overflow
question
From the choices below select the correct order to code CSS pseudo class.
a. link, hover, visited, active
b. hover, link, active, visited
c. link, visited, hover, active
d. link, hover, active, visited
answer
link, visited, hover, active
question
Which value for the display property is useful when configuring horizontal navigation within an unordered list?
a. none
b. block
c. inline
d. fixed
answer
inline
question
Select the example below that could be used to clear a right float.
a. clear: right;
b. clear: left;
c. right: clear;
d. overflow: right;
answer
clear: right;
question
Select the example below that configures a container to clear all floated elements that are within the container.
a. clear: both;
b. overflow: all;
c. overflow: auto;
d. clear: all;
answer
overflow: auto;
question
Select the property that is useful to remove the underline from a hyperlink.
a. font-style
b. underline
c. text-decoration
d. u
answer
text-decoration
question
The ________________pseudo class configures the styles that will apply for a hyperlink that has not been visited by the user.
a. :unvisited
b. :link
c. :visited
d. :new
answer
:link