Exam 3: Getting Started With CSS
Exam 1: Getting Started With HTML75 Questions
Exam 2: Structuring Content in a Web Document75 Questions
Exam 3: Getting Started With CSS71 Questions
Exam 4: Laying Out Elements With CSS75 Questions
Exam 5: Formatting Text With CSS75 Questions
Exam 6: Inserting and Working With Links74 Questions
Exam 7: Inserting and Working With Images74 Questions
Exam 8: Organizing Content With-Lists And-Tables75 Questions
Exam 9: Implementing Responsive Design74 Questions
Exam 10: Creating and Processing Web Forms75 Questions
Exam 11: Creating Visual Effects and Animation75 Questions
Exam 12: Incorporating Video and Audio74 Questions
Exam 13: Programming Web Pages With Javascript75 Questions
Exam 14: Integrating Social Media75 Questions
Exam 15: Optimizing Your Web Site for Search Engines75 Questions
Exam 16: Testing and Improving Performance70 Questions
Select questions type
Edits made to a declaration using browser tools do not change your saved stylesheet._________________________
Free
(True/False)
4.9/5
(42)
Correct Answer:
True
The ____ selector specifies a series of nested elements and selects the final, most deeply nested element.
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
D
The most general selectors are the names of HTML elements, such as h1 or p, which are known as ________________ selectors.
Free
(Short Answer)
4.9/5
(46)
Correct Answer:
type
Style rules are lines or blocks of CSS code that specify the presentation of web page elements.
(True/False)
4.8/5
(38)
The div attribute can be added to the opening tag for an element to give the element a unique identity._________________________
(True/False)
4.9/5
(33)
When working with a style rule, one or more _______ follow the selector(s); each specifies a CSS attribute to apply to the selector(s) and the value to assign to the attribute.
(Multiple Choice)
4.7/5
(42)
The ____ attribute specifies the filename of the external style sheet.
(Multiple Choice)
4.9/5
(32)
-In the figure above, item _____ points to the style rules for the selected element.

(Multiple Choice)
4.8/5
(45)
A(n) ____ style is a style rule inserted into the opening tag of an element using the style attribute.
(Multiple Choice)
4.8/5
(29)
The style rule starts with one or more pairs, which identify the HTML element or elements to which the style rule applies._________________________
(True/False)
4.8/5
(36)
An ____ style sheet,is a separate file containing style information that multiple web pages can link to.
(Multiple Choice)
4.9/5
(41)
A(n) id selector allows you to apply a style rule to an unlimited number of separate elements._________________________
(True/False)
4.8/5
(31)
When writing CSS code, each declaration must start on its own line.
(True/False)
4.8/5
(44)
When multiple style rules select the same element and specify different values for the same property, CSS uses availability rules for determining which declaration applies to the element.
(True/False)
4.9/5
(36)
Using a process known as inheritance, declarations are applied to all descendant elements of selected elements.________________________
(True/False)
4.8/5
(32)
Web page rendering engines recognize declarations after a selector as starting after an opening curly brace.
(True/False)
4.9/5
(46)
-In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .

(Multiple Choice)
4.9/5
(31)
Sometimes you want to assign the same declaration to multiple selectors.To do this, type the selectors with a ____ after each one except the last.
(Multiple Choice)
4.9/5
(36)
Showing 1 - 20 of 71
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)