CSS Latest 2022 Already Passed
CSS Acronym for Cascading Style Sheet (defines how to display HTML elements) selector Specify which elements are to be influenced by the style rule declaration A style attached to a specific selector (consists of a property and a value) property The style attribute you want to change value Suggests how the property should be formatted /*...*/ CSS comment tag # The selector symbol used to specify a style for a single/unique element (the element targeted must be marked with the "id" attribute) . The selector symbol used to specify a style for a group of elements (the elements targeted must be marked with the "class" attribute) background Sets all the background properties in one declaration (must be in proper ordercolor-image-repeat-attachment-position-inherit) background-attachment Sets whether a background image is fixed or scrolls with the rest of the page (scroll-fixed-inherit) background-color Sets the background color of an element (rgb-#hex-name-transparentinherit)background-image Sets the background image for an element (url(URL)-none-inherit) background-position Sets the starting position of a background image (textpos-x% y%-xpos ypos-inherit) background-repeat Sets if/how a background image will repeat (repeat--repeat-x--repeat-y-- no-repeat--inherit) color Sets the color of a text (name-rgb-#hex) direction Sets the text direction (ltr-rtl) line-height Sets the distance between lines (normal-number-length-%) letter-spacing Increase or decrease the space between characters (normal-length) text-align Aligns the text in an element (left-right-center-justify)
Written for
- Institution
- CSS
- Course
- CSS
Document information
- Uploaded on
- August 17, 2023
- Number of pages
- 5
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
css latest 2022 already passed