SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
CSS
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Comment structure for CSS
/*blah blah blah*/
serifs
print
DOM (Document Object Model)
2. If you don't want an element to be included when a page is printed you can set its display property to _____
background
declaration block
RWT (Responsive Web Design)
none
3. Times New Romanand Georgia are in the _____ font family
Cursive
Serif
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
@media print
4. Hyphenated properties (like 'font-family') must not include ________
Sans-serif
declaration block
@media print
spaces
5. When you provide a link element for both screen and print you usually code the link element for the ____ style sheet last so you only have to override the rules that need to be changed
class
print
presentation
#
6. In a printed document set the width of the body and article to _____ so they will be as wide as the printed page permits
background
angle braces
auto
Monospace
7. To set margins and padding on printed pages you can use ____ as the unit of measure
curly-braces
The box model
Times New Roman
in (inches)
8. HTML comment block syntax
Cursive
<!-- blah blah blah -->
rel="stylesheet"
(X)HTML
9. A popular serif font for printing
numeric value
Times New Roman
JPEG (Joint Photographic Experts Group)
color
10. It is possible for a user to __________ style sheets from a web page
deactivate
Kerning
rel="stylesheet"
none
11. Applied directly to the elements they affect
Inline styles
PNG (Portable Network Graphics)
spaces
evil
12. Delimiters for a rule's declaration(s)
Inline styles
property
href
{ }
13. CSS is about _________
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
class
property
presentation
14. Default media type for a link element containing a reference to styles
spaces
screen
print
Inline styles
15. When using an XHTML tag selector you must not use it with it's ________
#
angle braces
class
curly-braces
16. Best for photographs has about 16.7 million colors. Does NOT support transparency
hyphenated
declaration block
JPEG (Joint Photographic Experts Group)
Kerning
17. Multiword properties are _____ words
<style type="text/css"> /*styles go here*/ </styles>
{ }
#
hyphenated
18. You must specify a unit of measure with a ________ making sure there is no space between the value and its unit of measure
Tracking
Cursive
behavior
numeric value
19. Property for text color
rule
optional
color
background
20. Given: p {color:red;text-align:center;} p is the selector there are 2 declarations and the entire style is known as a ________
numeric value
rule
spaces
(X)HTML
21. CSS requires heavy use and understanding of the _____ of web page structure
behavior
<property name>: <value>;
DOM (Document Object Model)
structure
22. Property for background color
spaces
rule set
background-color
auto
23. A CSS ___________ consists of an opening brace & zero or more declarations and a closing brace
RWT (Responsive Web Design)
declaration block
class
color
24. XHTML attribute to set a styles sheet to print media only
rule set
<!-- blah blah blah -->
media="print"
RGB triplet
25. HTML elements can be selected by element type - id or ______
class
link
Inline styles
Leading (prounounce ledding)
26. Commands to attach external style sheets to a given page should be placed in the _____ of the web page
background
head
Serif
rule
27. The space between words and phrases
#
Tracking
curly-braces
1em
28. Every CSS declaration has a ____ and a value
link
declaration
declaration block
property
29. Extension for a CSS file
screen
/*blah blah blah*/
declaration block
.css
30. Attribute describing how a style sheet is related to an XHTML file it is connected to (complete statement)
nested
presentation
rel="stylesheet"
media="print"
31. Each CSS and each style rule is comprised of 2 parts: the ________ and the declaration block
angle braces
selector
curly-braces
Leading (prounounce ledding)
32. Symbol used to specify a 'class' selector
rule
. (period)
rel="stylesheet"
Sans-serif
33. Making a website 'adapt' to look great on multiple platforms and devices
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
RWT (Responsive Web Design)
@media print
none
34. Multiple class names are delimited by ____
Tracking
PNG (Portable Network Graphics)
spaces
site navigation
35. Spaces are _________
DOM (Document Object Model)
spaces
evil
color
36. Colors can be specified in CSS by either color names or _______
serifs
hex codes
class
<!-- blah blah blah -->
37. Syntax for a CSS declaration
<property name>: <value>;
Tracking
class
serifs
38. The space between lines of text
Leading (prounounce ledding)
rel="stylesheet"
Kerning
screen
39. Comments in CSS cannot be _________
Sans-serif
nested
Tracking
href
40. Courier is in the _____ font family
RGB triplet
Monospace
spaces
#
41. Javascript is about _________
#
Tracking
behavior
selector
42. A triplet of numbers based on components of Red & Green and Blue
Cursive
RGB triplet
Leading (prounounce ledding)
<style type="text/css"> /*styles go here*/ </styles>
43. A CSS _____ (or rule) consists of a property - a colon - a value and a semicolon
numeric value
#
property
declaration
44. Arial and Verdana and Geneva are in the _____ font family
spaces
head
Sans-serif
href
45. A CSS ______ consists of a selector and a declaration block
rule set
screen
Cursive
rel="stylesheet"
46. Attribute name used to indicate the name of the CSS file an XHTML file is connected to
auto
selector
href
DOM (Document Object Model)
47. Within a style sheet you can specify a rule set or group of rule sets for the printed page by coding ________
Kerning
@media print
screen
nested
48. XHTML is about ___________
property
structure
class
hyphenated
49. These tags are often (always?) nested in the <map> tag block
<area>
RWT (Responsive Web Design)
site navigation
selector
50. A CSS rule that removes all images from a site
Inline styles
img {display: none;}
RGB triplet
@media print