Filters
Question type

Study Flashcards

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;


A) ​position
B) ​origin
C) ​clip
D) ​attachment

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) ​border-width: left;
B) ​border-side-width: width;
C) ​border-width: width;
D) ​border-width-style: thick;

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

Correct Answer

verifed

verified

Identify a true statement about the figcaption element.


A) ​It is the content that will appear within a figure box.
B) ​It is the description text that accompanies a figure.
C) ​It is placed either directly before or directly after a figure box content.
D) ​It is used to mark any page content to make it stand apart from the main content of an article.

E) None of the above
F) All of the above

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

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


A) ​border-width
B) ​border-radius
C) ​border-style
D) ​border-image

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

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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?


A) ​border-color: gray black gray black;
B) ​border-color: gray,black,gray,black;
C) ​border-color: gray black black gray;
D) ​border-color: gray,black,black,gray;

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) ​farthest-corner
B) ​farthest-side
C) ​closest-corner
D) ​closest-side

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

Correct Answer

verifed

verified

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


A) Tiling
B) Vertical
C) Hotspots
D) Watermarks
E) Ellipse

F) A) and B)
G) B) and E)

Correct Answer

verifed

verified

E

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


A) ​comma-separated list
B) ​semicolon-separated list
C) ​colon-separated list
D) ​space-separated list

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

Correct Answer

verifed

verified

D

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

Correct Answer

verifed

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.

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;


A) ​size
B) ​origin
C) ​clip
D) ​attachment

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

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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 _____.


A) ​painting
B) ​tiling
C) ​papering
D) ​drawing

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

Correct Answer

verifed

verified

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.


A) ​round
B) ​space
C) ​stretch
D) ​repeat

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

Correct Answer

verifed

verified

Showing 1 - 20 of 107

Related Exams

Show Answer