Filters
Question type

Study Flashcards

To apply a style to a certain group of elements on a web page, configure a CSS _____________.


A) group
B) id
C) class
D) None of the above

Correct Answer

verifed

verified

Which CSS property configures the capitalization of text?


A) font-type
B) text-transform
C) text-decoration
D) font-weight

Correct Answer

verifed

verified

Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface .


A) #offer { color:blue; font-family:Arial,sans-serif;}
B) .offer { color:blue; font-family:Arial,sans-serif;}
C) .offer { text:blue; font-family:Arial,sans-serif;}
D) #offer { text:blue; font-family:Arial,sans-serif;}

Correct Answer

verifed

verified

CSS was first proposed as a standard by the W3C in ______.


A) 1996
B) 2002
C) 1992
D) none of the above

Correct Answer

verifed

verified

Select the items below that can be used as a CSS Selector.


A) an HTML element
B) a class name
C) an id name
D) All of the above

Correct Answer

verifed

verified

Which CSS property configures the color of text?


A) text-color
B) font-color
C) color
D) font-style

Correct Answer

verifed

verified

Select the code below that uses CSS to configure a background color of #eaeaea for a web page.


A) body {background-color:#eaeaea; }
B) document {background-page:#eaeaea; }
C) body {bgcolor:#eaeaea; }
D) None of the above

Correct Answer

verifed

verified

Use the _____ tag to code embedded styles on a web page.


A) < link >
B) < style > .. < /style >
C) < embed >
D) none of the above

Correct Answer

verifed

verified

When CSS is coded in the body of the web page as an attribute of an HTML tag it is called ________.


A) Embedded
B) Inline
C) External d Imported

Correct Answer

verifed

verified

Which CSS property configures the font typeface?


A) font-face
B) font-type
C) font-family
D) font-style

Correct Answer

verifed

verified

To associate an external style sheet with a web page, code:


A) a link element in the body section of the web page
B) a link element in the head section of the web page
C) a style element in the body section of the web page
D) a style element in the head section of the web page

Correct Answer

verifed

verified

Use the ______ tag to configure a section of a web page that is physically separated from others.


A) < div >…< /div >
B) < span >… < /span >
C) < a > … < /a >
D) < i > … < /i >

Correct Answer

verifed

verified

The declaration property used to set the text color on a web page is:


A) bgcolor
B) text-color
C) color
D) None of the above

Correct Answer

verifed

verified

Cascading Style Sheet rules are comprised of:


A) Selectors and Declarations
B) Properties and Declarations
C) Selectors and Attributes
D) None of the above

Correct Answer

verifed

verified

A

An external style sheet uses the _____ file extension.


A) ess
B) css
C) htm
D) No file extension is necessary

Correct Answer

verifed

verified

Which CSS property configures the size of text?


A) text-size
B) font-size
C) size
D) font-weight

Correct Answer

verifed

verified

B

Use the __________ property to configure bold text using CSS


A) bold
B) font-style
C) font-weight
D) you cannot configure bold text with CSS

Correct Answer

verifed

verified

Select the code below that uses CSS to configure an id named "example" that configures small, italic text.


A) #exampe{ font-size: small; font-weight: italic; }
B) .example { font-size: small; font-weight: italic; }
C) .example { font-size: small; font-style: italic; }
D) #example { font-size: small; font-style: italic; }

Correct Answer

verifed

verified

Use the ______ tag to associate a web page with an external style sheet.


A) < target >
B) < a >
C) < include >
D) < link >

Correct Answer

verifed

verified

Which CSS property can be used to configure italic text?


A) font-italic
B) font-style
C) font-weight
D) font-type

Correct Answer

verifed

verified

B

Showing 1 - 20 of 22

Related Exams

Show Answer