Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
HTML5 and CSS3
Quiz 2: Getting Started With CSS
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
Which of the following rules defines character encoding in every Cascading Style Sheets (CSS) document?
Question 42
Multiple Choice
In the hexadecimal numbering system,the number 16 is expressed as _____.
Question 43
Multiple Choice
_____ is the tint of a color and is usually represented by a direction on a color wheel.
Question 44
Multiple Choice
Yellow has the RGB triplet _____.
Question 45
Multiple Choice
Identify the correct syntax for adding comments in style sheets.
Question 46
Multiple Choice
Adding all the three primary colors-red,green,and blue-at maximum intensity produces the color _____,while adding any two of the three primary colors at maximum intensity produces the trio of complementary colors-yellow,magenta,and cyan.
Question 47
Multiple Choice
Cascading Style Sheets (CSS) allow RGB values to be entered as _____.
Question 48
Multiple Choice
The @import rule has the same impact as adding multiple _____ elements to a Hypertext Markup Language (HTML) file.
Question 49
Multiple Choice
_____ measures the intensity of the chosen color and ranges from 0% (no color) up to 100% (full color) .
Question 50
Multiple Choice
The color scheme that uses two hues close to one another on the color wheel in which one color is the dominant color and the other is a supporting color used only for highlights and nuance is _____.
Question 51
Multiple Choice
The _____ statement must always come before any other style rules in a style sheet.
Question 52
Multiple Choice
In the hexadecimal numbering system,the number 21 is expressed as _____.
Question 53
Multiple Choice
The Cascading Style Sheets (CSS) @rule that imports an external style sheet file located at ur1 is _____.
Question 54
Multiple Choice
Graphic designers consider _____ easier to use because it allows them to set the initial color based on hue and then fine-tune the saturation and lightness values.
Question 55
Multiple Choice
To set the foreground or text color of an element,use the following property:
Question 56
Multiple Choice
A technique known as _____ places code conforming to older standards before newer properties,providing support for old browsers but still allowing newer standards and techniques to be used by the browsers that support them.