Exam 3: Cascading Style Sheets (CSS)
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
For HSL color values, the hue value indicates where the color is along the white-black spectrum.
(True/False)
4.7/5
(33)
For the font-size property, it is legal to specify a value in em units. What did "em" originally stand for?
(Short Answer)
4.8/5
(35)
What is the principle of locality? In your answer, you must mention local CSS rules and global CSS rules.
(Short Answer)
4.8/5
(32)
In a CSS rule, if you specify a property with a value of initial, it forces the default value to be used for that property.
(True/False)
4.9/5
(32)
The CSS __________ service tool verifies that CSS code comports with the W3C's CSS standard.
(Short Answer)
5.0/5
(37)
A universal selector is considered to be a wildcard. What is a wildcard?
(Essay)
4.8/5
(39)
Given the following CSS rule, which type of selector is used?
<code>* {color: blue;}</code>
(Multiple Choice)
4.8/5
(40)
Code that is relatively easy to make changes to in the future is referred to as __________.
(Short Answer)
4.7/5
(35)
If you want to use multiple words for a <code>class</code> attribute value, coding conventions suggest using hyphens to separate the words.
(True/False)
4.9/5
(34)
Showing 21 - 29 of 29
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)