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. CSS requires heavy use and understanding of the _____ of web page structure
media="print"
head
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
DOM (Document Object Model)
2. A CSS _____ (or rule) consists of a property - a colon - a value and a semicolon
declaration
hex codes
<area>
JPEG (Joint Photographic Experts Group)
3. Syntax for a CSS declaration
Leading (prounounce ledding)
<property name>: <value>;
. (period)
behavior
4. Hyphenated properties (like 'font-family') must not include ________
declaration
<property name>: <value>;
link
spaces
5. XHTML is about ___________
screen
structure
rule set
rule
6. XHTML syntax for connecting an external style sheet to a given webpage if the name of the sheet is 'sitestyles.css'
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
RGB triplet
selector
{ }
7. XHTML attribute to set a styles sheet to print media only
media="print"
(X)HTML
optional
serifs
8. These tags are often (always?) nested in the <map> tag block
class
<area>
class
Leading (prounounce ledding)
9. A CSS ___________ consists of an opening brace & zero or more declarations and a closing brace
class
RGB triplet
background-color
declaration block
10. A triplet of numbers based on components of Red & Green and Blue
/*blah blah blah*/
<area>
RGB triplet
hyphenated
11. Attribute name used to indicate the name of the CSS file an XHTML file is connected to
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
deactivate
href
{ }
12. Multiple class names are delimited by ____
numeric value
PNG (Portable Network Graphics)
class
spaces
13. One way to do image rollovers is to use ______ images and the hover selector
Inline styles
numeric value
hex codes
background
14. A popular serif font for printing
Times New Roman
hex codes
<area>
media="print"
15. CSS is about _________
media="print"
presentation
Monospace
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
16. Comment structure for CSS
color
class
/*blah blah blah*/
@media print
17. Given: p {color:red;text-align:center;} p is the selector there are 2 declarations and the entire style is known as a ________
rule
PNG (Portable Network Graphics)
background
JPEG (Joint Photographic Experts Group)
18. The space between lines of text
in (inches)
rel="stylesheet"
Leading (prounounce ledding)
.css
19. Applied directly to the elements they affect
/*blah blah blah*/
auto
Inline styles
link
20. Empty tag used to connect an external style sheet to a web page
media="print"
link
deactivate
behavior
21. Property for text color
RWT (Responsive Web Design)
@media print
screen
color
22. You must specify a unit of measure with a ________ making sure there is no space between the value and its unit of measure
numeric value
property
immaterial
optional
23. Height of the default font
1em
site navigation
Sans-serif
background
24. Ornamental part of some fonts
rel="stylesheet"
.css
background-color
serifs
25. The semicolon (;) after a declaration can be __________
1em
presentation
optional
site navigation
26. Courier is in the _____ font family
/*blah blah blah*/
Monospace
curly-braces
numeric value
27. Comments in CSS cannot be _________
immaterial
Monospace
nested
optional
28. Attribute describing how a style sheet is related to an XHTML file it is connected to (complete statement)
. (period)
Cursive
Leading (prounounce ledding)
rel="stylesheet"
29. To set margins and padding on printed pages you can use ____ as the unit of measure
angle braces
in (inches)
selector
declaration block
30. Multiword properties are _____ words
Sans-serif
background
hyphenated
immaterial
31. In the absence of other conflicting rules or declarations the order of declarations within a given rule is _________
immaterial
img {display: none;}
Kerning
Tracking
32. The space between words and phrases
Tracking
declaration block
rel="stylesheet"
declaration
33. CSS requires that you know the _______ structural commands
deactivate
Tracking
(X)HTML
@media print
34. Within a style sheet you can specify a rule set or group of rule sets for the printed page by coding ________
Kerning
@media print
1em
media="print"
35. Spaces are _________
evil
media="print"
print
Kerning
36. In a printed document set the width of the body and article to _____ so they will be as wide as the printed page permits
auto
hyphenated
Serif
serifs
37. Symbol used to specify an 'id' selector
declaration
#
The box model
Cursive
38. Comic Sans is in the _____ font family
Inline styles
deactivate
auto
Cursive
39. Every CSS declaration has a ____ and a value
optional
property
RWT (Responsive Web Design)
href
40. Extension for a CSS file
.css
immaterial
Monospace
media="print"
41. When using an XHTML tag selector you must not use it with it's ________
The box model
JPEG (Joint Photographic Experts Group)
angle braces
Monospace
42. It is possible for a user to __________ style sheets from a web page
deactivate
auto
rule set
in (inches)
43. Support transparency and has more color choices that GIF. Not supported by all browsers
class
DOM (Document Object Model)
PNG (Portable Network Graphics)
declaration
44. Defines a group of elements
property
DOM (Document Object Model)
class
Serif
45. Javascript is about _________
behavior
RGB triplet
media="print"
evil
46. Property for background color
<style type="text/css"> /*styles go here*/ </styles>
background-color
#
Tracking
47. HTML elements can be selected by element type - id or ______
href
Monospace
link
class
48. Common name for { } 's
curly-braces
behavior
Times New Roman
#
49. Each CSS and each style rule is comprised of 2 parts: the ________ and the declaration block
none
The box model
print
selector
50. A CSS rule that removes all images from a site
img {display: none;}
selector
serifs
/*blah blah blah*/