Examen rápido 4: CSS

Examen rápido 4: CSS

University

10 Qs

quiz-placeholder

Similar activities

final

final

University

10 Qs

Producción

Producción

University - Professional Development

13 Qs

IDT-Q1

IDT-Q1

University

10 Qs

Introduction to CSS Basics

Introduction to CSS Basics

11th Grade - University

10 Qs

Understanding CSS Box Model and Tables

Understanding CSS Box Model and Tables

11th Grade - University

11 Qs

Actividad  2 - USDAI  Parte1

Actividad 2 - USDAI Parte1

University

10 Qs

Understanding CSS Positioning Techniques

Understanding CSS Positioning Techniques

11th Grade - University

10 Qs

Optimización de Imágenes para medios electrónicos

Optimización de Imágenes para medios electrónicos

University

9 Qs

Examen rápido 4: CSS

Examen rápido 4: CSS

Assessment

Quiz

Design

University

Hard

Created by

CARLOS MORALES

Used 1+ times

FREE Resource

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

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?