CSS e
CSS . - CORRECT ANSWER The selector symbol used to specify a style for a group of elements (the elements targeted must be marked with the "class" attribute) /*...*/ - CORRECT ANSWER CSS comment tag # - CORRECT ANSWER The selector symbol used to specify a style for a single/unique element (the element targeted must be marked with the "id" attribute) a:active - CORRECT ANSWER Selected link selector (MUST come AFTER a:hover) a:hover - CORRECT ANSWER Mouse over link selector (MUST come AFTER a:link and a:visited) a:link - CORRECT ANSWER The unvisited link selector a:visited - CORRECT ANSWER The visited link selector background - CORRECT ANSWER Sets all the background properties in one declaration (must be in proper order-color-image-repeat-attachment-position-inherit) background-attachment - CORRECT ANSWER Sets whether a background image is fixed or scrolls with the rest of the page (scroll-fixed-inherit) background-color - CORRECT ANSWER Sets the background color of an element (rgb-#hex-name-transparent-inherit) background-image - CORRECT ANSWER S
École, étude et sujet
- Établissement
- Css
- Cours
- Css
Infos sur le Document
- Publié le
- 4 juillet 2024
- Nombre de pages
- 6
- Écrit en
- 2023/2024
- Type
- Examen
- Contient
- Questions et réponses
Sujets
-
css
-
css