Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives on Blended HTML
Quiz 4: Formatting Text and Links
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
True/False
Using
embedded
CSS style sheets,the overall presentation of a Web site can be designed separately while the content is still being developed._________________________
Question 82
True/False
You can have unordered lists with markers or bullets
outside
an element,such as a paragraph indent._________________________
Question 83
True/False
The order in which you enter code for the link pseudo-class selectors in your code
does not
matter._________________________
Question 84
True/False
A(n)
independent
class styles a particular element._________________________
Question 85
True/False
If you wanted to style a(n)
ordered
list with square markers positioned inside,you would use this code: ul { list-style: square inside; } _________________________
Question 86
True/False
To change the default solid bullet for unordered lists,the list-type property can be used.
Question 87
True/False
A(n)
dependent
class styles any element._________________________
Question 88
True/False
Individual Web pages may need some specific styles,which can be addressed using
internal
style sheets._________________________
Question 89
True/False
With the vertical-align percent% property,negative values are not allowed.
Question 90
True/False
Choose
meaningful
names for class selectors._________________________
Question 91
True/False
With the vertical-align property,the
center
value vertically centers an image with the text._________________________
Question 92
True/False
-The
a:hover
dynamic pseudo-class style,as shown in the accompanying figure,is applied while the mouse button is pressed when clicking a link._________________________
Question 93
True/False
To validate the extended list of CSS color names,you may need to select the More Options feature and select
CSS3
as the Profile option._________________________
Question 94
True/False
With the vertical-align dimension property,the value is used to raise or lower an element by length.
Question 95
True/False
-The
a:active
dynamic pseudo-class style,like the one shown in the accompanying figure,is applied when a user's mouse pointer is over the element._________________________
Question 96
True/False
The list-style value for the list without bullets is none.
Question 97
True/False
The
list-style
property is the shorthand property for list styles._________________________
Question 98
True/False
Unlike element selectors,once you create a style for a class selector,you must apply a class to the
end tag
of one or more elements on a Web page in order for the style to apply to those elements._________________________