Filters
Question type

Study Flashcards

Each child element may contain children of its own and so forth down the hierarchy,creating a set of _______ elements that are all descended from a common parent.

Correct Answer

verifed

verified

A general rule for printing is to use ______ fonts for headlines and serif fonts for Body text.


A) serif
B) sans-serif
C) monospace
D) cursive

E) C) and D)
F) B) and C)

Correct Answer

verifed

verified

A ______ font describes the general appearance of a typeface,but does not rely on a specific font definition.

Correct Answer

verifed

verified

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 _____.


A) triad
B) tetrad
C) analogic
D) monochrome

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

The following are some errors that can cause your style sheets to fail,except for ______


A) missing semicolons
B) missing colons
C) missing curly braces
D) typos

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

The @font-face rule is one example of a CSS @rule,which specifies a command or directive that controls how browsers interpret and run the contents of a CSS style sheet._________________________

A) True
B) False

Correct Answer

verifed

verified

Case 3-2 Terry is building a Web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the styles sheets -If Terry decides to use _____ selector then all elements will belong to the main class.


A) .main
B) p.main
C) #intro
D) a[href]

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

The ________ color scheme uses two hues separated by 180Β° on the color wheel and is the most vibrant,offering the highest contrast and visual interest,but can be misused and might distract users from the page content.

Correct Answer

verifed

verified

____ matches any element in the hierarchy.

Correct Answer

verifed

verified

Art’s Woodworking Shop is trying to design a Web page with CSS. Art would like create the new design based on the latest elements and styles from HTML and CSS. He has created a few sample pages: home.htm ---describes the business and contact information Product.htm ---list of product descriptions Custom.htm ---list of custom products -Art's product style sheets can be imported into a single sheet by adding the command _____


A) @import url (url1) ;
B) @import url (product.css) ;
C) @import url (home.css) ;
D) @import.url (custom.css) ;

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

Many Web browsers now include _______ tools to allow page designers to Track each style back to its source.


A) designer
B) planner
C) developer
D) creator

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

Case 3-2 Terry is building a Web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the styles sheets -Terry has decided to display the text of all h1 headings found within the page header in green.The style rule applied is _____.


A) header h1 {shade: green;}
B) header h1 {green: shade;}
C) header h1 {green: color;}
D) header h1 {color: green;}

E) B) and D)
F) A) and C)

Correct Answer

verifed

verified

Browsers recognize five ____ font groups.


A) specific
B) monospace
C) generic
D) designed

E) B) and D)
F) All of the above

Correct Answer

verifed

verified

_______ is a typeface in which each character has the same width; it is often used to display programming code.

Correct Answer

verifed

verified

An external style sheet is included by adding the link element <link href="url" rel="stylesheet" type="text/css" /> To the document head,where ______is the URL of the external style sheet file.


A) stylesheet
B) text/css
C) url
D) href

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

Style sheets cannot be as long and complicated as HTML files.

A) True
B) False

Correct Answer

verifed

verified

Adding all 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.


A) white
B) blue
C) lime
D) black

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

Absolute measurements are appropriate when you know the physical properties of an output device and want to fix a size to a specific value.

A) True
B) False

Correct Answer

verifed

verified

The first style sheet interpreted by the browser is the one built in to the browser itself.

A) True
B) False

Correct Answer

verifed

verified

____ units express font size relative to the size of other objects within the Web page.


A) Absolute
B) Relative
C) Standard
D) Output

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Showing 21 - 40 of 137

Related Exams

Show Answer