IST 237 Tutorial 3
The color white's hex code can be represented as ____.
#FFFFFF
The most intense color representation in the base 16 system is ____.
FF
A style sheet can only be saved as a separate file.
False
Despite the wide variety of Web browsers, operating systems, devices, and other variables, it is easy to choose fonts that will be displayed reliably on most computers.
False
Font size can be measured in Picas (pc) equal to 1/8 of one inch.
False
No CSS3 functionality is implemented in any Web browsers yet.
False
Point values of the font-size property are relative values.
False
The font-variant property controls the size of the font.
False
The strong element changes the font, size, and color of the text.
False
Web browsers generally support recent standards better than older ones.
False
You can guarantee that the text color will be black for all users because this is the default text color.
False
An em unit equals the width of an uppercase letter ____ in the browser default font size.
M
A rule for CSS is the combination of ____.
a selector, a property, and a value
CSS code can be validated.
True
Separating styles from the content makes it easy to find styles and make changes when changes are required for the layout and design of Web pages.
True
Single-spaced paragraphs can be more difficult to read than paragraphs that are double-spaced.
True
The font-size property values can be in millimeters.
True
The link color should not be the same as the text color.
True
Underline is a text decoration and can be added or removed using the text-decoration property.
True
Using CSS makes it possible to change the appearance of an HTML element.
True
Using a shorthand property reduces the amount of code.
True
One method for validating a document that has not been posted to a Web server is called ____.
by direct input
Which of the following properties changes the text color?
color
You can change the color of links using the ____ property.
color
Ethan has developed a CSS code for his home page, but he will not need this code to be applied to another page of his Web site. What style type is the best match for his needs?
embedded
A separate document that contains styles is called a(n) ____ style sheet.
external
Which of the following styles does Leon tell Ethan to avoid when writing CSS code?
inline
Which of the following types of CSS does Leon tell Ethan will most compromise his ability to apply formatting changes globally?
inline
The font-size property value of 3 em will ____.
make the text three times larger than the browser's default font size
Color intensity is represented by a number sign, followed by how many digits?
six
In a shorthand property, property values are separated by ____.
spaces
The value uppercase for the ____ property adjusts characters to all uppercase without changing the actual text in the HTML code.
text-transform
CSS supports all of the following units of measurement of font size EXCEPT ____.
y-Height
The color ____ can be produced by blending the maximum intensity of red and green.
yellow
A comment can be a single line or a block of lines.
True
A comment begins with the ____ symbols.
/*
A point is the measurement of the font size and it is equal to ____ of one inch.
1/72
A hexadecimal value is a base ____ value.
16
How many color names are standard in CSS2?
16
For critical components and functionality, you should always test HTML and CSS in Web browsers that are at least ____ year(s) old.
2
By default, links are underlined and ____.
Blue
Which of the following is a method for validating on the W3C CSS validation page?
By file upload
CSS3 enables users to use which of the following?
all of the above
In CSS, colors can be entered by a(n) ____.
all of the above
The value of the text-indent property can be expressed ____.
any of the above
CSS2 enabled users to do all of the following EXCEPT ____.
apply drop shadows to text
If a CSS feature appears in all browsers without significant differences, the feature has ____.
cross-browser support
Leon explains to Ethan that after CSS code is developed, it has to be tested on different browsers to prove that it appears without any significant differences. What is the name for that feature?
cross-browser support
The ____ mark the beginning and end of the group of properties and values for each selector.
curly brackets
CSS1 enabled users to do all of the following EXCEPT ____.
design styles for aural devices
Which of the following is an example of a relative value of the font-size property?
em
A font ____ is a set of fonts that have similar characteristics.
family
A font that looks artistic is called ____ font.
fantasy
How many generic fonts are used in Web page design?
five
Ethan is not sure that using CSS is the best way to format Web documents. Leon explains to him the main advantage CSS has over HTML. What is that main reason?
flexible formatting and easily modified code
The CSS property ____ is an example of a shorthand property.
font
When using the ____ property, it's common practice to provide a list of the fonts you prefer to be used to display the text, followed by a generic font.
font-family
Which of the following declarations is invalid?
font-family: Lucida Calligraphy;
Using the font shorthand property, values must be specified for the ____ property.
font-size
Which of the following is the wrong order for listing values of font properties?
font-size, font-style, font-weight, font-family
Which of the following comes first in the correct order for the font properties in the font shorthand property?
font-style
Cascading Style Sheets are used to ____.
format Web pages
What are the three primary colors?
green, blue, and red
With the text-align property, which of the following makes each line of text flush with the left and right margins?
justify
The advantages of using CSS include all of the following EXCEPT ____.
less functionality than using XHTML alone
In sans-serif generic fonts, ____.
letters do not have finishing strokes
The ____ element is used to connect the external style sheet to a Web page.
link
The generic font that uses a fixed character's width is called ____.
monospace
The ____ value of the text-transform property removes the lowercase and capitalize values.
none
For which of the following does CSS validation check?
none of the above
The font-style property removes italic using the value ____.
normal
The font-style property removes underlining using the value ____.
normal
The ____ is required as part of the CSS language for colors in hexadecimal values.
pound symbol
The ____ is the name of a specific feature, such as text-align.
property
A style sheet is a collection of ____.
rules
A ____ could be h1 or body.
selector
In an inline style rule, a(n) ____ is included after the value.
semicolon
The property ____ provides a setting for the associated feature (e.g., yellow for the color property).
value