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