Exam 4: Formatting Text and Links
Exam 1: Using HTML to Create Web Pages150 Questions
Exam 2: Creating Links150 Questions
Exam 3: Introducing Cascading Style Sheets150 Questions
Exam 4: Formatting Text and Links150 Questions
Exam 5: Working With the Box Model150 Questions
Exam 6: Creating Fixed-Width Layouts150 Questions
Exam 7: Creating Liquid Layouts150 Questions
Exam 8: Creating Data Tables150 Questions
Exam 9: Creating Forms149 Questions
Select questions type
-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._________________________

(True/False)
4.9/5
(40)
Individual Web pages may need some specific styles,which can be addressed using internal style sheets._________________________
(True/False)
4.9/5
(37)
The use of the list-style-type for numbering in other languages is not supported in all browsers.
(True/False)
4.9/5
(35)
Each browser has its own default,built-in styles that control the ____.
(Multiple Choice)
5.0/5
(38)
Identify the letter of the choice that best matches the phrase or definition.
-The kind of element used to identify inline content
(Multiple Choice)
4.7/5
(38)
A ____ selector is a selector nested within another selector.
(Multiple Choice)
4.8/5
(32)
Considering the following code,explain in detail what CSS inheritance is:
<nav>
<ul>
<li><a href = "index.htm" title = "JBCC Home">Home </a></li>
<li><a href = "login.htm" title = "Student Login">Student Login</a></li>
<li><a href = "about.htm" title = "About JBCC">About JBCC</a></li>
<li><a href = "contactus.htm" title = "Contact Us">Contact Us</a></li>
</ul>
</nav>
(Essay)
4.9/5
(37)
CSS ____ is the method whereby a child element inherits characteristics from its parent element.
(Multiple Choice)
4.8/5
(41)
The default value for the list-style-type property for unordered lists is ____.
(Multiple Choice)
4.8/5
(25)
The ____ element is a generic element that does not have any specific meaning.
(Multiple Choice)
4.8/5
(36)
Which of the following is a shorthand property for the list?
(Multiple Choice)
4.8/5
(29)
____________________ is the art and technique of choosing a font and arranging the characters.
(Short Answer)
4.8/5
(39)
If you want to apply the same style to more than one element so that they have the same appearance,you can ____ several selectors together.
(Multiple Choice)
4.8/5
(31)
Among the vertical-align property values,the percent% value raises or lowers an element by a percent of the ____ property.
(Multiple Choice)
4.9/5
(41)
Identify the letter of the choice that best matches the phrase or definition.
-The kind of class that can be used to style a specific element
(Multiple Choice)
4.8/5
(33)
Showing 121 - 140 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)