WGU C777 UNIT 2: CASCADING STYLE SHEETS (CSS) UPDATED 2024 QUESTIONS AND ANSWERS SOLVED CORRECTLY 100%
WGU C777 UNIT 2: CASCADING STYLE SHEETS (CSS) UPDATED 2024 QUESTIONS AND ANSWERS SOLVED CORRECTLY 100% element[attribute$=value] Which selector targets every instance of a specified HTML element whose specified attribute ends with the specified value? element[attribute*=value] Which selector targets every instance of a specified HTML element whose specified attribute contains the specified substring value? element[attribute^=value] Which selector targets every instance of a specified HTML element whose specified attribute begins with the specified value? element:checked Which selector targets every checked instance of a specified HTML element? element:disabled Which selector targets every disabled instance of a specified HTML element? element:enabled Which selector targets every enabled instance of a specified HTML element? element:first-of-type Which selector targets every instance of a specified HTML element that is the first of its parent? element:last-of-type Which selector targets every instance of a specified HTML element that is the last of its parent? element1~element2 Which selector targets every instance of element2 that is preceded by an instance of element1? background Properties are in this order: background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; Which property allows you to set different background properties in one declaration? background-clip Key values for this property: border-box - extends behind the border padding-box - extends to the inside edge of the border content-box - extends to the edge of the content box Which property specifies whether the background extends into the border or not? background-origin Key values for this property: padding-box - from the upper left corner of the padding edge
Escuela, estudio y materia
- Institución
- Wgu C777
- Grado
- Wgu C777
Información del documento
- Subido en
- 10 de mayo de 2024
- Número de páginas
- 8
- Escrito en
- 2023/2024
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
wgu c777 unit 2 cascading style sheets css upda