Quiz sobre CSS: nth-child y linear-gradient

Quiz sobre CSS: nth-child y linear-gradient

12th Grade

20 Qs

quiz-placeholder

Similar activities

Exploring Arithmetic and Geometric Progressions

Exploring Arithmetic and Geometric Progressions

12th Grade

15 Qs

untitled

untitled

1st Grade - University

22 Qs

02 Transport Phenomena part 2

02 Transport Phenomena part 2

12th Grade

15 Qs

Sistemas de Gestión Ambiental en Perú

Sistemas de Gestión Ambiental en Perú

12th Grade

15 Qs

Incendio en el Taller

Incendio en el Taller

12th Grade

20 Qs

SESION 3- EIA en Obra civil - UCT 2024-2

SESION 3- EIA en Obra civil - UCT 2024-2

12th Grade

15 Qs

Cuestionario_Trigonometria (1)

Cuestionario_Trigonometria (1)

10th Grade - University

15 Qs

Exploring Laser Applications

Exploring Laser Applications

12th Grade

15 Qs

Quiz sobre CSS: nth-child y linear-gradient

Quiz sobre CSS: nth-child y linear-gradient

Assessment

Quiz

Engineering

12th Grade

Medium

Created by

Coachs Desarrollo

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es nth-child en CSS?

Un método para agregar imágenes de fondo.

Una propiedad para cambiar el tamaño de los elementos.

Una pseudoclase para seleccionar elementos según su posición.

Una función para crear animaciones.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis correcta para usar nth-child?

selector:nth-child(n) => { estilos }

selector nth-child(n) { estilos }

selector:nth-child(n) { estilos }

selector:nth-child(n) : { estilos }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace li:nth-child(2) { color: red; }?

No tiene efecto en los <li>

Aplica color rojo al segundo <li>

Aplica color rojo a todos los <li>

Aplica color rojo al primer <li>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué palabra clave se usa para seleccionar elementos en posiciones impares?

even

odd

all

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué palabra clave se usa para seleccionar elementos en posiciones pares?

even

odd

all

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace la fórmula li:nth-child(3n + 1)?

Selecciona todos los <li>

Selecciona cada tercer <li>, comenzando desde el primero

Selecciona cada tercer <li>, comenzando desde el segundo.

Selecciona el primer <li>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué propiedad se utiliza para crear un degradado lineal en CSS?

border

color

linear-gradient()

background-color

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?