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. It is possible for a user to __________ style sheets from a web page
optional
RGB triplet
deactivate
Tracking
2. A popular serif font for printing
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
#
Times New Roman
rule
3. To set margins and padding on printed pages you can use ____ as the unit of measure
in (inches)
/*blah blah blah*/
angle braces
spaces
4. Best for photographs has about 16.7 million colors. Does NOT support transparency
.css
rule
Kerning
JPEG (Joint Photographic Experts Group)
5. The space between lines of text
rule set
nested
Leading (prounounce ledding)
link
6. Ornamental part of some fonts
serifs
DOM (Document Object Model)
background
The box model
7. Commands to attach external style sheets to a given page should be placed in the _____ of the web page
none
Cursive
head
screen
8. Symbol used to specify a 'class' selector
declaration
. (period)
numeric value
immaterial
9. In the absence of other conflicting rules or declarations the order of declarations within a given rule is _________
<!-- blah blah blah -->
selector
immaterial
RWT (Responsive Web Design)
10. Attribute describing how a style sheet is related to an XHTML file it is connected to (complete statement)
rel="stylesheet"
print
Cursive
optional
11. These tags are often (always?) nested in the <map> tag block
Cursive
<area>
behavior
none
12. Property for background color
background-color
.css
numeric value
optional
13. The _____ is the style attribute you want to change
property
class
RGB triplet
/*blah blah blah*/
14. Times New Romanand Georgia are in the _____ font family
Serif
property
PNG (Portable Network Graphics)
none
15. XHTML syntax for connecting an external style sheet to a given webpage if the name of the sheet is 'sitestyles.css'
Times New Roman
screen
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
spaces
16. Multiple class names are delimited by ____
spaces
structure
hyphenated
in (inches)
17. Spaces are _________
angle braces
DOM (Document Object Model)
numeric value
evil
18. 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
. (period)
.css
evil
19. Multiword properties are _____ words
(X)HTML
hyphenated
Monospace
link
20. Javascript is about _________
immaterial
#
behavior
hex codes
21. The amount of space between characters
Kerning
serifs
hex codes
RGB triplet
22. Extension for a CSS file
declaration
Sans-serif
.css
rule set
23. Applied directly to the elements they affect
href
Inline styles
background-color
angle braces
24. Common name for { } 's
site navigation
curly-braces
media="print"
#
25. When using an XHTML tag selector you must not use it with it's ________
angle braces
{ }
Kerning
in (inches)
26. Defines a group of elements
class
background-color
rule set
Inline styles
27. Comments in CSS cannot be _________
The box model
none
RGB triplet
nested
28. Syntax for a CSS declaration
<property name>: <value>;
Leading (prounounce ledding)
. (period)
screen
29. 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
optional
presentation
rel="stylesheet"
30. HTML comment block syntax
<!-- blah blah blah -->
hyphenated
screen
curly-braces
31. Arial and Verdana and Geneva are in the _____ font family
structure
<!-- blah blah blah -->
Sans-serif
presentation
32. The semicolon (;) after a declaration can be __________
property
.css
/*blah blah blah*/
optional
33. The space between words and phrases
Inline styles
rule
Sans-serif
Tracking
34. A triplet of numbers based on components of Red & Green and Blue
rule
/*blah blah blah*/
RGB triplet
in (inches)
35. Content Padding Border Margin
color
deactivate
background-color
The box model
36. Making a website 'adapt' to look great on multiple platforms and devices
RWT (Responsive Web Design)
site navigation
behavior
Serif
37. Default media type for a link element containing a reference to styles
rule
Inline styles
img {display: none;}
screen
38. Colors can be specified in CSS by either color names or _______
hex codes
class
deactivate
<style type="text/css"> /*styles go here*/ </styles>
39. Hyphenated properties (like 'font-family') must not include ________
spaces
class
/*blah blah blah*/
evil
40. HTML elements can be selected by element type - id or ______
Monospace
Leading (prounounce ledding)
class
behavior
41. CSS requires heavy use and understanding of the _____ of web page structure
head
DOM (Document Object Model)
Sans-serif
spaces
42. One way to do image rollovers is to use ______ images and the hover selector
background
Inline styles
. (period)
property
43. A CSS rule that removes all images from a site
<!-- blah blah blah -->
1em
media="print"
img {display: none;}
44. Every CSS declaration has a ____ and a value
property
numeric value
rule
Monospace
45. Property for text color
class
Sans-serif
media="print"
color
46. XHTML is about ___________
head
structure
hex codes
evil
47. Syntax shell for writing styles in a given web page (internal style sheets)
background-color
<style type="text/css"> /*styles go here*/ </styles>
.css
spaces
48. If you don't want an element to be included when a page is printed you can set its display property to _____
none
behavior
Serif
Times New Roman
49. In a printed document set the width of the body and article to _____ so they will be as wide as the printed page permits
<link rel="stylesheet" type="text/css" href="sitestyles.css" />
<style type="text/css"> /*styles go here*/ </styles>
RWT (Responsive Web Design)
auto
50. CSS is about _________
presentation
evil
DOM (Document Object Model)
hex codes