Deck 5: Formatting With Cascading Style Sheets

Full screen (f)
exit full mode
Question
Inline style sheets are enclosed by the ... tag set.
Use Space or
up arrow
down arrow
to flip the card.
Question
An embedded style sheet does not contain .. . tags.
Question
CSS allows you to format your Web files efficiently.
Question
Cascading is a feature of CSS formatting that applies multiple styles to the same Web document.
Question
To apply a class to an element, you add the class attribute to the element's opening HTML tag.
Question
Inline styles require that you format each element individually.
Question
The curly brackets around style declarations have to be on separate lines.
Question
Divisions are block-level elements often used to control other page elements.
Question
Embedded style sheets are enclosed by the ... tag set.
Question
  In the figure above, Content-Type.css is the name of the linked external style sheet.<div style=padding-top: 35px> In the figure above, Content-Type.css is the name of the linked external style sheet.
Question
Embedded style sheets allow you to specify formats and apply them to multiple Web pages rather than just one.
Question
When you create or manage only a single Web page, it is especially helpful to create an external style sheet.
Question
  In the figure above, item 2 points to the opening tag for an embedded style sheet.<div style=padding-top: 35px> In the figure above, item 2 points to the opening tag for an embedded style sheet.
Question
  In the figure above, item 4 points to the style definition for a class.<div style=padding-top: 35px> In the figure above, item 4 points to the style definition for a class.
Question
External style sheets are enclosed between .. . tags.
Question
External style sheets allow you to efficiently format a set of Web pages with a uniform style.
Question
CSS allows you to specify font size in fixed and relative values.
Question
  In the figure above, item 1 points to the comment tag.<div style=padding-top: 35px> In the figure above, item 1 points to the comment tag.
Question
  In the figure above, item 4 points to the style definition for the level-three headings.<div style=padding-top: 35px> In the figure above, item 4 points to the style definition for the level-three headings.
Question
Comment tags are used to tell browsers that do not support CSS to ignore styles.
Question
XHTML Transitional should be used for documents with no layout or formatting markup other than those done using CSS.
Question
Element names in a "well-formed" document must be in uppercase.
Question
  Using the styles defined in the figure above, links in the process of being clicked will display with a color of #FF0000.<div style=padding-top: 35px> Using the styles defined in the figure above, links in the process of being clicked will display with a color of #FF0000.
Question
  Using the styles defined in the figure above, clicked links will display underlined.<div style=padding-top: 35px> Using the styles defined in the figure above, clicked links will display underlined.
Question
Attributes in a "well-formed" document must be enclosed in brackets.
Question
XHTML Frameset should be used for documents with frames.
Question
XHTML Strict should be used for documents that use CSS yet contain small markup adjustments.
Question
Empty elements in a "well-formed" document do not need to be closed.
Question
The ISO-8859-1 character set is used by most Web documents.
Question
In a style sheet, a colon follows each declaration property value.
Question
In a style sheet, the entire style declaration is enclosed in curly brackets.
Question
XHTML is HTML that is written to follow the XML syntax for a "well-formed" document.
Question
  Using the styles defined in the figure above, clicked links will display with a color of #006699.<div style=padding-top: 35px> Using the styles defined in the figure above, clicked links will display with a color of #006699.
Question
  Using the styles defined in the figure above, links in the process of being clicked will display in italics.<div style=padding-top: 35px> Using the styles defined in the figure above, links in the process of being clicked will display in italics.
Question
  Using the styles defined in the figure above, unclicked links will display with a color of #009933.<div style=padding-top: 35px> Using the styles defined in the figure above, unclicked links will display with a color of #009933.
Question
"Well-formed" usually describes XML documents.
Question
  In the figure above, item 3 points to a division style.<div style=padding-top: 35px> In the figure above, item 3 points to a division style.
Question
  Using the styles defined in the figure above, links with a mouse over them will display with a color of #CC0000.<div style=padding-top: 35px> Using the styles defined in the figure above, links with a mouse over them will display with a color of #CC0000.
Question
In a style sheet, a semicolon follows each declaration property.
Question
  Using the styles defined in the figure above, unclicked links will display in bold.<div style=padding-top: 35px> Using the styles defined in the figure above, unclicked links will display in bold.
Question
Which HTML tag do you use to associate an external style sheet with a Web page?
Question
_____ style allows you to specify formats and apply them to multiple Web pages.

A)Inline
B)Embedded
C)External
D)Cascading
Question
Use inline styles in a page containing an embedded style sheet when _____.

A)single objects need their own style
B)you want to format images
C)you want to use the same set of styles in multiple Web pages
D)You would never use inline styles with an embedded style sheet.
Question
___________ are block-level elements often used to control other page elements.

A)Divisions
B)Lists
C)Spans
D)Headings
Question
<strong>  In the figure above, item 2 is a(n) _____.</strong> A)meta character type tag B)class definition C)ID definition D)inline style specification <div style=padding-top: 35px> In the figure above, item 2 is a(n) _____.

A)meta character type tag
B)class definition
C)ID definition
D)inline style specification
Question
Use inline styles in a page containing an external style sheet when _____.

A)single objects need their own style
B)you forget to include an HTML tag in the embedded style sheet
C)you want to use the same set of styles in multiple Web pages
D)You would never use inline styles with an embedded style sheet
Question
<strong>  In the figure above, item 1 is a(n) _____.</strong> A)style definition B)class definition C)ID definition D)document type definition <div style=padding-top: 35px> In the figure above, item 1 is a(n) _____.

A)style definition
B)class definition
C)ID definition
D)document type definition
Question
In the CSS code h1 {font-family: Helvetica, Arial, Serif}, the font is given first priority is _____.

A)Helvetica
B)Arial
C)Serif
D)All have equal priority
Question
<strong>  In the figure above, item 3 is a(n) _____.</strong> A)embedded style sheet link B)link to an external style sheet C)browser-detection script D)inline style specification <div style=padding-top: 35px> In the figure above, item 3 is a(n) _____.

A)embedded style sheet link
B)link to an external style sheet
C)browser-detection script
D)inline style specification
Question
All class selectors begin with a _____.

A)comma (,)
B)pound sign (#)
C)period (.)
D)quotation mark (")
Question
CSS allows you to specify all of the following EXCEPT _____.

A)text formatting
B)background properties
C)alignment
D)shadow
Question
An external style sheet is formatted just like an embedded style sheet, except that it contains _____.

A)no opening tag.
B)no opening tag and no closing tag
C)contains a tag
D)contains no closing tag
Question
You specify external style in _____.

A)the opening tag surrounding an object
B)the closing tag surrounding an object
C)a style sheet in the page's head section
D)a style sheet in a separate file
Question
Which of the following is a characteristic of a class?

A)You can format selected elements with an embedded style.
B)It can only be defined in an embedded style sheet.
C)It requires that every occurrence of a certain tag display the same style.
D)It can only be defined in an external style sheet.
Question
You specify embedded style in _____.

A)the opening tag surrounding an object
B)the closing tag surrounding an object
C)a style sheet in the page's head section
D)a style sheet in a separate file
Question
Which is NOT an advantage of external style?

A)It allows you to format a Web site with a uniform style.
B)It is the only style level that can format images.
C)It allows you to change style easily for a set of Web pages.
D)It allows you to control the formatting of a site.
Question
CSS allows you to specify font size using _____.

A)fixed values
B)relative values
C)fixed and relative values
D)image tags
Question
You specify inline style in _____.

A)the formatting tags
B)the closing tag
C)a style sheet in the page's head section
D)a style sheet in a separate file
Question
An embedded style sheet consists of code specifying style attributes, surrounded by the tag set _____.

A)
B)...
C)
D)
...
Question
Type selectors are also called _____.

A)tag selectors
B)list selectors
C)span selectors
D)headings
Question
_____ is the character set used by most Web documents.

A)ISO-8859-1
B)ISO-8000
C)ISO-100
D)ISO-300
Question
XHTML _____ should be used for documents that use CSS yet contain small markup adjustments.

A)Strict
B)Transitional
C)Frameset
D)XML
Question
<strong>  In the figure above, which item points to the opening style definition for the level-three headings?</strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px> In the figure above, which item points to the opening style definition for the level-three headings?

A)1
B)2
C)3
D)4
Question
<strong>  Using the styles defined in the figure above, which links will display with a color of #009933?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display with a color of #009933?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
XHTML _____ should be used for documents with no layout or formatting markup other than those done using CSS.

A)Strict
B)Transitional
C)Frameset
D)XML
Question
<strong>  In the figure above, which item points to a division style?</strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px> In the figure above, which item points to a division style?

A)1
B)2
C)3
D)4
Question
The _____ attribute is usually used with divisions.

A)ID
B)class
C)style
D)CSS
Question
A link to an external style sheet be placed inside the _____.

A)DTD
B)body
C)head
D)... tags
Question
In a style sheet a _____ follows each declaration property.

A)colon
B)semicolon
C)curly bracket
D)parentheses
Question
<strong>  Using the styles defined in the figure above, which links will display underlined?</strong> A)unclicked and those in the process of being clicked B)clicked and those with a mouse over them C)clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display underlined?

A)unclicked and those in the process of being clicked
B)clicked and those with a mouse over them
C)clicked
D)links with a mouse over them
Question
<strong>  Using the styles defined in the figure above, which links will display with a color of #CC0000?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display with a color of #CC0000?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
<strong>  Using the styles defined in the figure above, which links will display in bold?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display in bold?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
<strong>  Using the styles defined in the figure above, which links will display with a color of #006699?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display with a color of #006699?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
<strong>  In the figure above, which item points to the style definition for a class?</strong> A)2 B)3 C)4 D)5 <div style=padding-top: 35px> In the figure above, which item points to the style definition for a class?

A)2
B)3
C)4
D)5
Question
<strong>  In the figure above, which item points to the opening tag for an embedded style sheet?</strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px> In the figure above, which item points to the opening tag for an embedded style sheet?

A)1
B)2
C)3
D)4
Question
XHTML _____ should be used for documents with frames.

A)Strict
B)Transitional
C)Frameset
D)XML
Question
<strong>  Using the styles defined in the figure above, which links will display in italics?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display in italics?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
<strong>  In the figure above, which item points to the comment tag?</strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px> In the figure above, which item points to the comment tag?

A)1
B)2
C)3
D)4
Question
<strong>  Using the styles defined in the figure above, which links will display with a color of #FF0000?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them <div style=padding-top: 35px> Using the styles defined in the figure above, which links will display with a color of #FF0000?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Question
A(n) _____ should be the first line of a "well-formed" document.

A)inline style definition
B)link to an external style sheet
C)document type definition
D)embedded style sheet
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/124
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Formatting With Cascading Style Sheets
1
Inline style sheets are enclosed by the ... tag set.
False
2
An embedded style sheet does not contain .. . tags.
False
3
CSS allows you to format your Web files efficiently.
True
4
Cascading is a feature of CSS formatting that applies multiple styles to the same Web document.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
5
To apply a class to an element, you add the class attribute to the element's opening HTML tag.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
6
Inline styles require that you format each element individually.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
7
The curly brackets around style declarations have to be on separate lines.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
8
Divisions are block-level elements often used to control other page elements.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
9
Embedded style sheets are enclosed by the ... tag set.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
10
  In the figure above, Content-Type.css is the name of the linked external style sheet. In the figure above, Content-Type.css is the name of the linked external style sheet.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
11
Embedded style sheets allow you to specify formats and apply them to multiple Web pages rather than just one.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
12
When you create or manage only a single Web page, it is especially helpful to create an external style sheet.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
13
  In the figure above, item 2 points to the opening tag for an embedded style sheet. In the figure above, item 2 points to the opening tag for an embedded style sheet.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
14
  In the figure above, item 4 points to the style definition for a class. In the figure above, item 4 points to the style definition for a class.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
15
External style sheets are enclosed between .. . tags.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
16
External style sheets allow you to efficiently format a set of Web pages with a uniform style.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
17
CSS allows you to specify font size in fixed and relative values.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
18
  In the figure above, item 1 points to the comment tag. In the figure above, item 1 points to the comment tag.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
19
  In the figure above, item 4 points to the style definition for the level-three headings. In the figure above, item 4 points to the style definition for the level-three headings.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
20
Comment tags are used to tell browsers that do not support CSS to ignore styles.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
21
XHTML Transitional should be used for documents with no layout or formatting markup other than those done using CSS.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
22
Element names in a "well-formed" document must be in uppercase.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
23
  Using the styles defined in the figure above, links in the process of being clicked will display with a color of #FF0000. Using the styles defined in the figure above, links in the process of being clicked will display with a color of #FF0000.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
24
  Using the styles defined in the figure above, clicked links will display underlined. Using the styles defined in the figure above, clicked links will display underlined.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
25
Attributes in a "well-formed" document must be enclosed in brackets.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
26
XHTML Frameset should be used for documents with frames.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
27
XHTML Strict should be used for documents that use CSS yet contain small markup adjustments.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
28
Empty elements in a "well-formed" document do not need to be closed.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
29
The ISO-8859-1 character set is used by most Web documents.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
30
In a style sheet, a colon follows each declaration property value.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
31
In a style sheet, the entire style declaration is enclosed in curly brackets.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
32
XHTML is HTML that is written to follow the XML syntax for a "well-formed" document.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
33
  Using the styles defined in the figure above, clicked links will display with a color of #006699. Using the styles defined in the figure above, clicked links will display with a color of #006699.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
34
  Using the styles defined in the figure above, links in the process of being clicked will display in italics. Using the styles defined in the figure above, links in the process of being clicked will display in italics.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
35
  Using the styles defined in the figure above, unclicked links will display with a color of #009933. Using the styles defined in the figure above, unclicked links will display with a color of #009933.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
36
"Well-formed" usually describes XML documents.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
37
  In the figure above, item 3 points to a division style. In the figure above, item 3 points to a division style.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
38
  Using the styles defined in the figure above, links with a mouse over them will display with a color of #CC0000. Using the styles defined in the figure above, links with a mouse over them will display with a color of #CC0000.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
39
In a style sheet, a semicolon follows each declaration property.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
40
  Using the styles defined in the figure above, unclicked links will display in bold. Using the styles defined in the figure above, unclicked links will display in bold.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
41
Which HTML tag do you use to associate an external style sheet with a Web page?
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
42
_____ style allows you to specify formats and apply them to multiple Web pages.

A)Inline
B)Embedded
C)External
D)Cascading
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
43
Use inline styles in a page containing an embedded style sheet when _____.

A)single objects need their own style
B)you want to format images
C)you want to use the same set of styles in multiple Web pages
D)You would never use inline styles with an embedded style sheet.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
44
___________ are block-level elements often used to control other page elements.

A)Divisions
B)Lists
C)Spans
D)Headings
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
45
<strong>  In the figure above, item 2 is a(n) _____.</strong> A)meta character type tag B)class definition C)ID definition D)inline style specification In the figure above, item 2 is a(n) _____.

A)meta character type tag
B)class definition
C)ID definition
D)inline style specification
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
46
Use inline styles in a page containing an external style sheet when _____.

A)single objects need their own style
B)you forget to include an HTML tag in the embedded style sheet
C)you want to use the same set of styles in multiple Web pages
D)You would never use inline styles with an embedded style sheet
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
47
<strong>  In the figure above, item 1 is a(n) _____.</strong> A)style definition B)class definition C)ID definition D)document type definition In the figure above, item 1 is a(n) _____.

A)style definition
B)class definition
C)ID definition
D)document type definition
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
48
In the CSS code h1 {font-family: Helvetica, Arial, Serif}, the font is given first priority is _____.

A)Helvetica
B)Arial
C)Serif
D)All have equal priority
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
49
<strong>  In the figure above, item 3 is a(n) _____.</strong> A)embedded style sheet link B)link to an external style sheet C)browser-detection script D)inline style specification In the figure above, item 3 is a(n) _____.

A)embedded style sheet link
B)link to an external style sheet
C)browser-detection script
D)inline style specification
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
50
All class selectors begin with a _____.

A)comma (,)
B)pound sign (#)
C)period (.)
D)quotation mark (")
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
51
CSS allows you to specify all of the following EXCEPT _____.

A)text formatting
B)background properties
C)alignment
D)shadow
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
52
An external style sheet is formatted just like an embedded style sheet, except that it contains _____.

A)no opening tag.
B)no opening tag and no closing tag
C)contains a tag
D)contains no closing tag
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
53
You specify external style in _____.

A)the opening tag surrounding an object
B)the closing tag surrounding an object
C)a style sheet in the page's head section
D)a style sheet in a separate file
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
54
Which of the following is a characteristic of a class?

A)You can format selected elements with an embedded style.
B)It can only be defined in an embedded style sheet.
C)It requires that every occurrence of a certain tag display the same style.
D)It can only be defined in an external style sheet.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
55
You specify embedded style in _____.

A)the opening tag surrounding an object
B)the closing tag surrounding an object
C)a style sheet in the page's head section
D)a style sheet in a separate file
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
56
Which is NOT an advantage of external style?

A)It allows you to format a Web site with a uniform style.
B)It is the only style level that can format images.
C)It allows you to change style easily for a set of Web pages.
D)It allows you to control the formatting of a site.
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
57
CSS allows you to specify font size using _____.

A)fixed values
B)relative values
C)fixed and relative values
D)image tags
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
58
You specify inline style in _____.

A)the formatting tags
B)the closing tag
C)a style sheet in the page's head section
D)a style sheet in a separate file
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
59
An embedded style sheet consists of code specifying style attributes, surrounded by the tag set _____.

A)
B)...
C)
D)
...
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
60
Type selectors are also called _____.

A)tag selectors
B)list selectors
C)span selectors
D)headings
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
61
_____ is the character set used by most Web documents.

A)ISO-8859-1
B)ISO-8000
C)ISO-100
D)ISO-300
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
62
XHTML _____ should be used for documents that use CSS yet contain small markup adjustments.

A)Strict
B)Transitional
C)Frameset
D)XML
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
63
<strong>  In the figure above, which item points to the opening style definition for the level-three headings?</strong> A)1 B)2 C)3 D)4 In the figure above, which item points to the opening style definition for the level-three headings?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
64
<strong>  Using the styles defined in the figure above, which links will display with a color of #009933?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display with a color of #009933?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
65
XHTML _____ should be used for documents with no layout or formatting markup other than those done using CSS.

A)Strict
B)Transitional
C)Frameset
D)XML
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
66
<strong>  In the figure above, which item points to a division style?</strong> A)1 B)2 C)3 D)4 In the figure above, which item points to a division style?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
67
The _____ attribute is usually used with divisions.

A)ID
B)class
C)style
D)CSS
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
68
A link to an external style sheet be placed inside the _____.

A)DTD
B)body
C)head
D)... tags
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
69
In a style sheet a _____ follows each declaration property.

A)colon
B)semicolon
C)curly bracket
D)parentheses
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
70
<strong>  Using the styles defined in the figure above, which links will display underlined?</strong> A)unclicked and those in the process of being clicked B)clicked and those with a mouse over them C)clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display underlined?

A)unclicked and those in the process of being clicked
B)clicked and those with a mouse over them
C)clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
71
<strong>  Using the styles defined in the figure above, which links will display with a color of #CC0000?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display with a color of #CC0000?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
72
<strong>  Using the styles defined in the figure above, which links will display in bold?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display in bold?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
73
<strong>  Using the styles defined in the figure above, which links will display with a color of #006699?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display with a color of #006699?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
74
<strong>  In the figure above, which item points to the style definition for a class?</strong> A)2 B)3 C)4 D)5 In the figure above, which item points to the style definition for a class?

A)2
B)3
C)4
D)5
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
75
<strong>  In the figure above, which item points to the opening tag for an embedded style sheet?</strong> A)1 B)2 C)3 D)4 In the figure above, which item points to the opening tag for an embedded style sheet?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
76
XHTML _____ should be used for documents with frames.

A)Strict
B)Transitional
C)Frameset
D)XML
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
77
<strong>  Using the styles defined in the figure above, which links will display in italics?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display in italics?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
78
<strong>  In the figure above, which item points to the comment tag?</strong> A)1 B)2 C)3 D)4 In the figure above, which item points to the comment tag?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
79
<strong>  Using the styles defined in the figure above, which links will display with a color of #FF0000?</strong> A)unclicked B)clicked C)links in the process of being clicked D)links with a mouse over them Using the styles defined in the figure above, which links will display with a color of #FF0000?

A)unclicked
B)clicked
C)links in the process of being clicked
D)links with a mouse over them
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
80
A(n) _____ should be the first line of a "well-formed" document.

A)inline style definition
B)link to an external style sheet
C)document type definition
D)embedded style sheet
Unlock Deck
Unlock for access to all 124 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 124 flashcards in this deck.