QUESTIONS AND ANSWERS OUTLINE PACK
◉ text-emphasis
Answer: Which property applies emphasis style and color to an
HTML element's text in a single declaration?
◉ text-justify
Answer: Which property specifies a justification style for text whose
text-align property is set to "justify"?
◉ text-wrap
Answer: Which property specifies whether lines of text in a text area
can break, and where a line can be broken. This property is no
longer supported?
◉ word-break
Key values for this property:
break-all - word may be broken at any character
break-word - word may be broken at arbitrary points
,Answer: Which property specifies whether lines of text in a text area
can break, and where a line can be broken?
◉ word-wrap
Key values for this property:
normal - Break words only at allowed break points
break-word - Allows unbreakable words to be broken
Answer: Which property specifies that long words in a text area may
be broken without a hyphen and wrap to the next line?
◉ transform
Answer: Which property applies a 2D or 3D transformation to an
HTML element, including rotating, moving, skewing, scaling and so
forth?
◉ transform-origin
Answer: Which property allows you to change a transformed HTML
element's position?
◉ transform-style
Answer: Which property specifies whether child elements will retain
the parent element's position in 3D space?
, ◉ perspective-origin
Answer: Which transform value specifies the bottom position of a
3D element?
◉ backface-visibility
Answer: Which transform value defines whether or not an element
is visible when it is rotated to face away from the viewer?
◉ transform:rotate(angle)
Answer: Which transform value rotates the HTML element
clockwise at the specified degree?
◉ transform:scale(x,y)
Answer: Which transform value increases or decreases the size of
the HTML element, based on specified parameters for width and
height?
◉ transform:scaleX(n)
Answer: Which transform value changes the HTML element's width?
◉ transform:scaleY(n)