Filters
Question type

Study Flashcards

Select the element that displays an image on a web page.


A) a
B) img
C) image
D) graphic

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

Correct Answer

verifed

verified

B

Use the __________ property to configure italic text using CSS


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

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

Correct Answer

verifed

verified

Select the code below that will configure a background image called parchment.gif for a web page using CSS.


A) body {background-image:url(parchment.gif) ; }
B) document {background:parchment.gif; }
C) body {background:parchment.gif'}
D) body {background-color:parchment.gif;}

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

Correct Answer

verifed

verified

Select the code below that associates a favorites icon named favicon.ico with a web page document.


A) < link rel="icon" type="image/x-icon" href="favicon.ico" >
B) < img href="favicon.ico" alt="favorites" width="16" height="16" >
C) < a href="favicon.ico" > < img href="favicon.ico" alt="favorites" width="16" height="16" >< /a >
D) < link rel="favicon" type="image/gif" href="favicon.ico" >

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

Correct Answer

verifed

verified

Choose the method to avoid when obtaining graphics for your website.


A) Purchase a DVD with royalty-free graphics
B) Use a graphics application and create your own
C) Purchase graphics from a website
D) Right-click and copy a graphic you like from any website

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

Correct Answer

verifed

verified

Select the code below that configures a background image to repeat horizontally across a web page.


A) repeat: across;
B) background-repeat: repeat-x;
C) background-repeat: no-repeat;
D) background-repeat: repeat-y;

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

Correct Answer

verifed

verified

14. A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks.


A) image map
B) hyperimage
C) navigation image
D) list marker image

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

Correct Answer

verifed

verified

Use the _______ property to configure multiple backgrounds on an element.


A) multiple-background
B) multiple
C) background
D) backgrounds

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

Correct Answer

verifed

verified

Choose the graphic format that can be made transparent.


A) jpg
B) gif
C) bmp
D) tif

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

Correct Answer

verifed

verified

A smaller version of a image that usually links to the larger image is called a:


A) hyperlink
B) thumbnail image
C) small image
D) wallpaper

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

Correct Answer

verifed

verified

Choose the item that creates an image link to the school.html page when the school.gif graphic is clicked.


A) < a href="school.html" src="school.gif" alt="school" >< /a >
B) < a href="school.html" >< img src="school.gif" alt="school" >< /a >
C) < img src="school.gif" href="school.html" alt="school" >
D) < a href="school" >< img src="school.gif" href="school.html" alt="school" >< /a >

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

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

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

Correct Answer

verifed

verified

Use the _______________ property to eliminate the bullets from an unordered list.


A) bullet-image
B) list-style-none
C) list-style-type
D) list-style-image

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

Correct Answer

verifed

verified

Use the ______ attribute to display an image to the right of a block of text.


A) align
B) spacing
C) alt
D) height

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

Correct Answer

verifed

verified

Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics.


A) alt
B) text
C) src
D) height

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

Correct Answer

verifed

verified

Use the __________ property to align text within an element.


A) align
B) font-align
C) text-align
D) you cannot align text with CSS

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

Correct Answer

verifed

verified

C

Which of the following configures Arial, Verdana, or the default sans-serif font for an element?


A) font-face: Arial;
B) font-type: Arial, Verdana, sans-serif;
C) font-family: Arial, Verdana, sans-serif;
D) font-typeface: Arial, Verdana, sans-serif;

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

Correct Answer

verifed

verified

Choose the graphic format that is best-suited to display photographs on web pages.


A) jpg
B) photo
C) gif
D) psd

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

Correct Answer

verifed

verified

Select the browser's action when you configure BOTH a background color and background image for the body selector.


A) display the background color instead of the background image
B) will display no background for the page because it is "confused"
C) display the background color while the background image loads and before the background image is displayed
D) do none of the above

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

Correct Answer

verifed

verified

Select the code below that configures a class called "offer" with blue text, 1.2em, and Arial or sans-serif font using CSS.


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

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

Correct Answer

verifed

verified

Showing 1 - 20 of 28

Related Exams

Show Answer