Search Header Logo

Examen rápido 4: CSS

Authored by CARLOS MORALES

Design

University

Used 1+ times

Examen rápido 4: CSS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es la forma correcta para modificar el color de texto de un párrafo específico en CSS

.p1 { color: blue; }

#p1 { color: blue; }

p { color: blue; }

p1 { color: blue; }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es la forma correcta para ligar un archivo CSS a un archivo HTML

<style>archivo.css</style>

<link rel="stylesheet" href="archivo.css">

<link rel="css" href="archivo.css">

<link rel="stylesheet" src="archivo.css">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es la sintaxis correcta en CSS para modificar el tamaño de fuente de diferentes párrafos a la vez

.ps { font-size: 16px; }

#ps { font-size: 16px; }

ps { font-size: 16px; }

p { text-size: 16px; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

No es una manera de agregar estilos CSS a un archivo HTML

Utilizando la etiqueta link apuntando al archivo CSS externo.

Utilizando la etiqueta style apuntando al archivo CSS externo.

Creando un archivo CSS interno utilizando la etiqueta style

Incluyendo el CSS directamente en las etiquetas HTML con el atributo style.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis correcta para utilizar una imagen como fondo de una página HTML y que se quede estática?

body { background-image: url('ruta_de_la_imagen.jpg');

background-attachment: scroll; }

body { background-image: url('ruta_de_la_imagen.jpg');

background-attachment: inherit; }

body { background-image: url('ruta_de_la_imagen.jpg');

background-attachment: local; }

body { background-image: url('ruta_de_la_imagen.jpg');

background-attachment: fixed; }

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Es el modelo que describe como se representan visualmente los elementos HTML en una página web, defiendo su margen, padding y borde

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Es el espacio que existe entre el borde y el contenido de un elemento HTML

padding
outline
border
margin

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?