Exam 4: Graphic Design With CSS

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Filter functions can be combined in a _____ to create new effects.

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

Identify the letters of the choices that best match the phrases or definitions. -The default shape for a radial color gradient

Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
Verified

E

Explain how the position of a background image is set in a web page.

Free
(Essay)
4.8/5
(43)
Correct Answer:
Verified

​ By default,browsers place a background image in an element's top-left corner.One can place the background image at a different position using the following background-position property: background-position: horizontal vertical; where horizontal and vertical provide the coordinates of the image within the element background expressed using one of the CSS units of measure or as a percentage of the element's width and height.For example,the following style places the image 10% of the width of the element from the left edge of the background and 20% of the element's height from the background's top edge: background-position: 10% 20%; ​ If a single value is specified,the browser applies that value to both the horizontal and vertical position.Thus,the following style places the background image 30 pixels from the element's left edge and 30 pixels down from the top edge: background-position: 30px; ​ One can also place the background image using the keywords left,center,and right for the horizontal position and top,center,and bottom for the vertical position.The following style places the background image in the bottom-right corner of the element: background-position: right bottom; ​ Typically,the background-position property is only useful for non-tiled images because,if the image is tiled,the tiled image fills the background and it usually doesn't matter where the tiling starts.

To round off any of the four corners of a border,the _____ property should be applied.

(Multiple Choice)
4.9/5
(35)

If the slices of a graphic image do not fill the sides with an integer number of tiles,identify the repeat option that can be used with the border-image property to rescale the slices until they do.

(Multiple Choice)
4.8/5
(37)

Tiling is when a browser loads a background image and then repeats the image in both the vertical and horizontal directions until the entire background is filled.

(True/False)
4.9/5
(33)

Scott wants to use the color gray for the top and left borders and black for the right and bottom borders for an element.Which of the following should he use to define this?

(Multiple Choice)
4.9/5
(39)

Which of the following properties is used to define the thickness of a specific border?

(Multiple Choice)
5.0/5
(37)

If a single value is specified in the background-position property,the browser applies that value to both the horizontal and vertical position.

(True/False)
4.8/5
(46)

To apply an image map to an image,the _________ attribute is added to the img element.

(Short Answer)
4.8/5
(31)

Identify the option that defines how positions are measured on the background in the following background property: Background: color url(url)position / size repeat attachment Origin clip;

(Multiple Choice)
5.0/5
(34)

Perspective can be thought in terms of railroad tracks that appear to converge at a point,known as the _________.

(Short Answer)
4.9/5
(37)

Identify a true statement about the figcaption element.

(Multiple Choice)
4.8/5
(38)

Multiple shadows can be added to text by including each shadow definition in a comma-separated list.

(True/False)
4.9/5
(24)

_________ is similar to the process of filling up a floor or other surface with tiles.

(Short Answer)
4.8/5
(39)

Which of the following is the default size keyword in the radial-gradient function?

(Multiple Choice)
4.8/5
(42)

A _________ image map relies on a program running the web server to create and administer the map.

(Short Answer)
4.8/5
(34)

Sam wants the browser to load a background image and repeat the image in both the vertical and horizontal directions until the background is filled.This process is known as _____.

(Multiple Choice)
4.8/5
(33)

Identify the option that specifies whether an image scrolls with the content or is fixed in the following background property: Background: Color url(url)position / size repeat attachment Origin clip;

(Multiple Choice)
4.9/5
(38)

A radial gradient is a color gradient in which the background color transitions from a starting color to an ending color along a straight line.

(True/False)
4.7/5
(30)
Showing 1 - 20 of 107
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)