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