Exam 5: Introduction to Cascading Style Sheets
Exam 1: Quick Html Know-How50 Questions
Exam 2: Basic Organization Techniques50 Questions
Exam 3: Power Techniques50 Questions
Exam 4: Html Structural Design Techniques50 Questions
Exam 5: Introduction to Cascading Style Sheets49 Questions
Exam 6: Introducing Javascript50 Questions
Exam 7: Using Images With Javascript50 Questions
Exam 8: Creating Forms With Javascript50 Questions
Exam 9: Using Javascript With Frames50 Questions
Exam 10: Using Javascript With Styles50 Questions
Select questions type
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Support a variety of attributes that are used to define column widths,border thickness and style,and cell padding,as well as other features
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
D
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Named group of attributes that are defined in a Cascading Style Sheet and that can be applied to specified tags within an HTML document
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
E
Strictly speaking,the header section is optional,but it is required by many ____ companion technologies such as CSS and JavaScript.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
A
CSS makes it possible to customize the appearance and behavior (often called look and attitude)of the Web site for each customer simply by changing the values in the style sheets.____________________
(True/False)
4.8/5
(37)
Case 5-1
Larissa is setting up her links in the default style. She is researching how to define the text attributes of all four hyperlink states.
-To define the active setting of the link,Larissa would like it to be red and underlined.The correct code would be ____.
(Multiple Choice)
4.9/5
(29)
Make sure to include the rel and ____ attributes within your < link> tags.
(Multiple Choice)
4.8/5
(36)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Collection of one or more attributes that are applied to the visual components of a Web page
(Multiple Choice)
4.7/5
(31)
In the current HTML standard,it is a challenge for Web developers to learn and remember all of the various attributes that could affect the way the browser would render the visual components of a Web page.
(True/False)
4.9/5
(49)
A link's ____ state is when it has the focus on a Web page and pressing the mouse button gives it focus.
(Multiple Choice)
4.7/5
(32)
The ____ state of a hyperlink specifies a link's appearance after it has been clicked at least once.
(Multiple Choice)
4.8/5
(29)
Whenever you create a Cascading Style Sheet that is intended for use with a single Web page,it is a good idea to give the HTML file and the CSS file the same name (for example,twenty.html and twenty.css).
(True/False)
4.9/5
(46)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Collection of one or more attributes that can be specified once within the header of a Web page and then applied to many instances of a particular tag
(Multiple Choice)
4.8/5
(39)
FIGURE 5-1
-Referring to Figure 5-1 above,assuming default style links,once you click one of the links,then revisit this page,that link will be a shade of ____.

(Multiple Choice)
4.7/5
(35)
The behavior of hyperlinks cannot be modified with Cascading Style Sheets.
(True/False)
4.8/5
(38)
The ____ state of a hyperlink is the way it appears when the mouse pointer is not over it and it has never been clicked.
(Multiple Choice)
4.8/5
(35)
Style classes can be given any arbitrary name,but the name must always be preceded by the asterisk (*)character.
(True/False)
4.8/5
(34)
The text below is an example of a(n)____________________ definition.
< style type="text/css">
h1 {color:red}
h2 {color:blue}
h3 {color:purple}
p {color:black}
< /style>
(Short Answer)
4.8/5
(37)
All that is required for two or more Web pages to share a style class is for these Web pages to link in the style sheet in which the style class is defined.____________________
(True/False)
4.9/5
(40)
With the latest HTML standard,attributes have been consolidated into a globally accessible attribute called ____.
(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)