











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
(Intermediate HTML & CSS) CSS Properties Knowledge Assessment Guide 2024(Intermediate HTML & CSS) CSS Properties Knowledge Assessment Guide 2024(Intermediate HTML & CSS) CSS Properties Knowledge Assessment Guide 2024(Intermediate HTML & CSS) CSS Properties Knowledge Assessment Guide 2024
Typology: Exams
1 / 19
This page cannot be seen from the preview
Don't miss anything!
Answer: True Rationale: The z-index property controls the stacking order of elements, determining which elements appear on top of others.
Answer: True Rationale: The backface-visibility property controls the visibility of an element when it is facing away from the screen, such as in 3D transformations.
Rationale: The transform property in CSS with the rotate() function is used to create a rotating effect on an element.
Rationale: The border-radius property is indeed used to round the corners of elements, providing a way to create visually appealing designs. Multiple Choice: Which CSS property is used to change the spacing between lines of text? A) line-height B) text-spacing C) letter-spacing D) text-align
Rationale: The line-height property in CSS is employed to adjust the spacing between lines of text within an element. Fill-in-the-Blank: The display: flex; property in CSS is used to create a _ layout.
Rationale: By using display: flex;, designers can create flexible and responsive layouts that adapt to different screen sizes and orientations. True/False: True or False: The box-shadow property in CSS is used to add shadows around the border of an element.
Rationale: With the box-shadow property, designers can add shadows to elements, enhancing the visual depth and dimension of a webpage. Multiple Choice: Which CSS property is used to change the background color of an element? A) bg-color B) background-color C) color-background D) element-color
Rationale: The background-color property is essential for altering the background color of elements, allowing for customization of the visual appearance of a webpage. Fill-in-the-Blank: The transition property in CSS is used to create _ effects when changing element properties.
Rationale: By utilizing the transition property, designers can introduce smooth transitions when altering various element properties like color, size, or position. True/False:
float
z-index
z-index
property specifies the stack order of elements. Higher values are in front of lower values.flex-grow
property do in a flex container?flex-grow
property determines how much a flex item will grow relative to the rest of the flex items.display
property?block
inline
flex
float
float
float
is a property on its own and not a valid value for the display
property.@keyframes
rule in CSS? @keyframes
rule specifies the key points during the animation sequence.animation
transition
transform
filter
transition
transition
property is used to create smooth transitions between different states of an element.__________
. color
color
property sets the color of the text.float
property can be used to align elements horizontally. float
property is used to align elements to the left or right, allowing text and inline elements to wrap around it.position: fixed
property positions an element relative to its nearest positioned ancestor. position: fixed
property positions an element relative to the viewport, not its nearest positioned ancestor.opacity
property can be used to make an element semi- transparent. opacity
property sets the transparency level of an element.transform
property can be used to rotate, scale, and move elements. transform
property allows you to apply various transformations to an element, such as rotate, scale, and translate.:hover
pseudo-class is used to define a style for an element when it is clicked.:hover
pseudo-class applies a style when the user hovers over an element, not when it is clicked.margin
padding
border-spacing
outline
padding
padding
property sets the space between the border and the content of an element.box-sizing: border-box
property do?visibility
opacity
overflow
visibility
visibility
property specifies whether an element is visible or hidden.