Filters
Question type

Study Flashcards

The HTML5 ______ element visually displays a bar that depicts a numeric value within a specified range.


A) progress
B) meter
C) time
D) section

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) None of the above

Correct Answer

verifed

verified

A type of graphic that is best-suited to photographs is:


A) jpg
B) photo
C) gif
D) none of the above

Correct Answer

verifed

verified

A

The Web Safe Color Palette is a collection of 216 colors that


A) display quicker than other colors
B) display the most similar on both the Mac and PC platforms
C) relate to the fashion industry and change each year
D) none 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" >

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) none of the above

Correct Answer

verifed

verified

Use the ___________________ property to resize or scale the background image.


A) background-image
B) background-clip
C) background-origin
D) background-size

Correct Answer

verifed

verified

When a web page uses graphics for the main navigation links, provide accessibility by:


A) using alt attributes
B) providing text links on the bottom of the page
C) both a and b
D) none of the above

Correct Answer

verifed

verified

Use the ________________ property to confine the display of the background image.


A) background-image
B) background-clip
C) background-origin
D) background-size

Correct Answer

verifed

verified

A _________________ is a smooth blending of shades from one color to another.


A) transition
B) transform
C) shadow
D) gradient

Correct Answer

verifed

verified

Choose recommended methods to obtain graphics for your web site.


A) Purchase a CD of graphics
B) Use a graphics application and create your own
C) Right click and copy a graphic you like from any web site
D) both a and b

Correct Answer

verifed

verified

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


A) hspace="10"
B) background-repeat: repeat-x;
C) valign="left"
D) background-repeat: repeat-y;

Correct Answer

verifed

verified

Choose the item below that describes the process of creating an image with the lowest file size that still renders a good quality image.


A) validation
B) multimedia
C) optimization
D) bandwidth

Correct Answer

verifed

verified

Choose the item that creates an image link to the school.htm 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.htm" alt="school" >
D) none of the above

Correct Answer

verifed

verified

B

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


A) hyperlink
B) thumbnail image
C) small image
D) none of the above

Correct Answer

verifed

verified

You should code width and height dimensions for images because:


A) if you omit them, the browser won't display the image.
B) the browser will be more efficient and the page will load faster.
C) they are required to pass W3C HTML validation.
D) they are required to pass W3C CSS validation.

Correct Answer

verifed

verified

Use the ________________ property to configure rounded corners with CSS.


A) border-round
B) border-radius
C) box-shadow
D) background-corner

Correct Answer

verifed

verified

Select the tag used to place an image on a web page.


A) < a href >
B) < img >
C) < image >
D) < graphic >

Correct Answer

verifed

verified

The browser prefix -webkit in a CSS property indicates that it is likely to be recognized by which of the following browsers?


A) Internet Explorer
B) Firefox
C) Opera
D) Safari

Correct Answer

verifed

verified

The process of ensuring that web pages coded with new or advanced techniques still are usable in browsers that do not offer support for the newer features is called:


A) validation
B) valid enhancement
C) progressive enhancement
D) optimization

Correct Answer

verifed

verified

C

Showing 1 - 20 of 33

Related Exams

Show Answer