EXAMEN 1

EXAMEN 1

University

20 Qs

quiz-placeholder

Similar activities

HTML5  and CSS3 -Revision

HTML5 and CSS3 -Revision

University

20 Qs

REPASO HTML+CSS

REPASO HTML+CSS

University

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Fundamentos de Desarrollo Web

Fundamentos de Desarrollo Web

University

22 Qs

CSS

CSS

9th Grade - University

25 Qs

CSS.

CSS.

University

18 Qs

Fundamentos de HTML y CSS

Fundamentos de HTML y CSS

11th Grade - University

23 Qs

AW23_extraordinarioP1

AW23_extraordinarioP1

University

20 Qs

EXAMEN 1

EXAMEN 1

Assessment

Quiz

Computers

University

Medium

Created by

Anonymous Anonymous

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

¿Cuál es propiedad a utilizar para que los elementos pasen de estar de columna a fila y viceversa?, Si sabemos que el elemento padre tiene la propiedad " display : flex ; "

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Cuál es el nombre asignado a las franjas de la caja?

a = margin

b = padding

c = border

b = margin

a = padding

c = border

a = margin

c = padding

b = border

b = margin

c = padding

a = border

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Quiero agregar un borde negro de 3px de grosor encima del elemento turquesa.

border: 3px black solid;

border-style: solid;

border-color: red;

border-width: 3px 0px 0px 0px;

border-color: black;

border-style: solid;

border-width: 0px 3px 0px 0px;

border-color: black;

border-style: solid;

border-width: 3px 0px 0px 0px;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿Qué propiedad del css se usa para separar elementos dentro de un contenedor que posee el estilo " display: flex; " ?

gap

margin

separation

space

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

primer paso: crear un div con sus dimensiones (width y height).

segundo paso: agregar una imagen dentro del div.

tercer paso: esconder el contenido que sobresale del div.

¿Cuál es la propiedad que debo agregar al div para esconder el contenido que sobresale de él? (tercer paso)

hidden

overhidden

overfloat

overflow

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿Cuál es la propiedad que debes utilizar para que el elemento negro (div) se ponga en el centro del elemento celeste sin afectar al texto?

nota: el elemento celeste posee solo los siguientes estilos:

position: relative ;

display: flex ;

flex-direcction: column ;

position: absolute;

align-items: center;

justify-items: center;

position: absolute;

selft-align: center;

position: absolute;

top: 0px;

bottom: 0px;

margin: auto;

left: 0px;

right: 0px;

position: absolute;

top: 0px;

bottom: 0px;

left: 0px;

right: 0px;

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

¿Cuál es la propiedad css para centrar texto?

text-aling: center;

aling-text: center;

tetx-align: center;

text-align: center;

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?