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
Filter functions can be combined in a _____ to create new effects.
A) semicolon-separated list
B) comma-separated list
C) space-separated list
D) colon-separated list
C) space-separated list
image link: https://imgur.com/a/RYLyGBD
In the given image, which of the following types of background property does figure 6 denote?
A) repeat-x
B) repeat
C) round
D) space
D) space
To center an element vertically within its parent element, display the parent element as a table cell with a defined height and then set the vertical-align property to _____.
A) right
B) top
C) middle
D) left
C) middle
T/F: Centering an element vertically within its parent element is easily accomplished as the height of the parent element is defined by a value.
F
image link: https://imgur.com/a/RYLyGBD
In the given image, which of the following types of background property does figure 2 denote?
A) repeat-y
B) no-repeat
C) repeat
D) repeat-x
D) repeat-x
Drop caps look better if the first letter’s _____.
A) width is decreased
B) line height is decreased
C) line height is increased
D) width is increased
B) line height is decreased
All block elements, like the body element, have a default width of _____.
A) 0%
B) 150%
C) 100%
D) 50%
C) 100%
Ken has built a website for his assignment. He has created a blue background image for each link to the chapters that appear on the site. Also, each link appears in green without underlines.
Ken can space the links equally across the browser window, to make the page text easier to read, by changing the _____.
A) height
B) text-align
C) font-size
D) width
D) width
_____ positioning is essentially the same as not using any Cascading Style Sheets (CSS) positioning at all.
A) Static
B) Relative
C) Absolute
D) Elastic
A) Static
The _____ size parameter of the radial-gradient function makes a gradient extend to the nearest background corner.
A) corner-side
B) farthest-corner
C) closest-corner
D) side-corner
C) closest-corner