Quiz 2 Flashcards
Chapters 3 and 4.
The _____ unit can be thought of as a share of available space.
A) grid-template
B) wbr
C) fr
D) em
C) fr
T/F: Even if the background images are hidden, the tiling process continues behind the page body.
T
Once a Cascading Style Sheets (CSS) grid is established, a specific element within a _____ is placed at the intersection of a specified row and column.
A) track-list
B) sibling element
C) stack
D) grid cell
D) grid cell
Identify the property that is used to apply a border image.
A) border-image-radius: radius;
B) border-image: horizontal/vertical;
C) border-image: style;
D) border-image: url(url) slice repeat;
D) border-image: url(url) slice repeat;
T/F: In the opacity property, if the value is 0, it means an object is completely opaque.
F
T/F: The z-index property works only for elements that are placed with relative positioning.
F
The z-index property works only for elements that are placed with absolute positioning
(PP T3, Slide 69)
T/F: New content can be easily placed within a grid in a way that is consistent with previously entered information.
T
Desktop layouts are often based on layouts with _____ columns.
A) 1 to 3
B) 0
C) 4 to 12
D) 12 or more
D) 12 or more
Which of the following is a popular Cascading Style Sheets (CSS) framework?
A) Medoo
B) Skeleton
C) Flex Unit 4
D) Spark
B) Skeleton
T/F: Whether an element is displayed as a block or as inline depends on the style sheet.
T
Which of the following angles used in the filter function hue-rotate (angle) displays the complimentary colors?
A) 180deg
B) 0deg
C) 90deg
D) 360deg
A) 180deg
Identify the default type of the background-attachment property.
A) scroll
B) local
C) space
D) fixed
A) scroll
The width property of the _____ model is based on the sum of the content, padding, and border spaces and any space taken up by the padding and border is subtracted from space given to the content.
A) padding box
B) content box
C) margin box
D) border box
D) border box
Which of the following defines the default hotspot for an image?
A) coords=“left,top,right,bottom”
B) coords=“0,0,width,height”
C) coords=“x,y,radius”
D) coords=“x1,y1,x2,y2,…”
B) coords=“0,0,width,height”
To change the shadow size, the _____ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object.
A) spread
B) space
C) round
D) stretch
A) spread