CSS Colors
Test
Model Test
Ebook
Quiz 1: Test on Basic CSS3
Quiz 2: Test on CSS3 selector
Quiz 3: Test on CSS3 Color, Unit and Value
Quiz 4: CSS Test on Formating Text
Quiz 5: Test on CSS3 Box-Model
Quiz 6: CSS3 Model Test one
Quiz 7: CSS3 Model Test Two
Index
CSS Home
CSS Basic
37
CSS Backgrounds
3
CSS Text Effects
26
CSS Layouts
5
CSS Colors
10
CSS Fonts
15
CSS Media Queries
1
CSS Selectors
30
CSS Cross-Browser
5
CSS Values an Units
20
CSS Box Model
13
CSS User Interface
1
Schools
Ebook
Question:
How do you add a background color for all <h1> elements?
A
h1.all {background-color:#FFFFFF}
B
all.h1 {background-color:#FFFFFF}
C
h1 {background-color:#FFFFFF}
Note:
Not available
Show answer
Show Note
Report
Question:
How do you change the text color of an element?
A
fgcolor:
B
color:
C
text-color:
D
text-color=
Note:
Not available
Show answer
Show Note
Report
Question:
The CSS3 Color module expands the type of color formats that you can use in websites to include
A
HSL and alpha transparency.
B
RGB
C
HSL
D
RBGA
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following option(s) CSS offers for setting color vales
A
Color keywords
B
Hexadecimal notation
C
RGB (red, green, blue) format
D
HSL (hue, saturation, lightness) format (CSS3)
E
RGBA (red, green, blue with alpha transparency) format (CSS3)
F
HSLA (hue, saturation, lightness with alpha transparency) format (CSS3)
G
HLAS (hue, lightness, with alpha transparency , saturation ) format (CSS3)
Note:
Not available
Show answer
Show Note
Report
Question:
Hexadecimal numbers allows you to select 256 shades of each value, representing more than
A
8 million colors
B
16 million colors
C
32 million colors
D
62 million colors
Note:
Not available
Show answer
Show Note
Report
Question:
The SVG color keywords are widely supported by current browsers, so they should be safe to use in your style sheets.
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following statement is correct for hexadecimal notation?
A
The color value must begin with the hash or pound sign (#). Omitting the # is a common cause of errors.
B
You can use six-digit or three-digit hexadecimal values
C
The letter A-F in a hexadecimal value are case-insensitive. It doesn't matter whether you use uppercase or lowercase, or even a mixture of the two.
D
You must use six-digit hexadecimal values
E
The color value can begin with the hash (#) sign but it is optional.
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following are correct RBG color value for red?
A
rgb(255,0,0)
B
rgb(100%,0%,0%)
C
rgb(255px,0px,0px)
D
rgb(255,0,0,0.5)
E
rbg(255,0,0)
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following are correct functions for CSS Color module?
A
rbg()
B
rgb()
C
rgba()
D
hsla()
E
hsl()
Note:
Not available
Show answer
Show Note
Report
Question:
What are the possible ways to specify color in the CSS property?
A
Color keywords
B
Hexadecimal notation
C
RGB (red, green, blue) format
D
HSL (hue, saturation, lightness) format (CSS3)
E
RGBA (red, green, blue with alpha transparency) format (CSS3)
F
HSLA (hue, saturation, lightness with alpha transparency) format (CSS3)
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
Next
Last
/1
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd