• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/33

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

33 Cards in this Set

  • Front
  • Back

Choose the item that creates an image linkto the school.htm page when the school.gif graphic is clicked.

(a href="school.html" )(img src=" school.gif" alt=" school" )(/a)

Select the best reason to include height andwidth attributes on an tag.

To help the browser renderthe page faster because it reserves the appropriate space for the image

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

Display the backgroundcolor while the background image loads and before the background image isdisplayed.

Select the tag used to place an image on aweb page.

img

Choose the attribute used to provideaccessibility by configuring a text alternative that is available to browsersand other user agents that do not support graphics. Select one:




a. None of theseIncorrect


b. alt


c. text


d. src

alt

A typeof graphic that is best-suited to photographs is:

jpg

A type of graphic that can be made transparent and is commonly used on the Web is:

gif

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

display the most similar on both the Mac and PC platforms

Choose the color below that is considered a Web Safe Color:

#33FF99

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

align

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

both using alt attributes and providing text links on the bottom of the page

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

thumbnail image

Choose recommended methods to obtain graphics for your website.

Both Purchase a CD of graphics and Use a graphics application and create your own

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

image map

The tag used to create a horizontal line on a web page is:

hr

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

body {background-image:url(parchment.gif); }

Select the code below that uses CSS to eliminate the default border on an image configured as an image.

img {border: 0; }

The ________ element displays a visual gauge of a numeric value within a known range.

meter

The ________ is the area between the content and the border.

padding

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

background-repeat: repeat-x;

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

(link rel="icon" type="image/x-icon" href="favicon.ico")

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

optimization

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:

progressive enhancement

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

background

You should code width and height dimensions for images because:

the browser will be more efficient and the page will load faster.

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

progress

Use the ________ property to configure rounded corners with CSS.

border-radius

The CSS3 ________ property configures the transparency of an element.

opacity

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

gradient

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

safari

The letters in the acronym HSLA indicate:

hue, saturation, lightness, alpha

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

background-clip

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

background-size