CSS Basics

CSS Basics

University

11 Qs

quiz-placeholder

Similar activities

HTML

HTML

University

15 Qs

Recap on CSS

Recap on CSS

University

11 Qs

Знаешь ли ты CSS?

Знаешь ли ты CSS?

University

10 Qs

CSS QUIZ 1

CSS QUIZ 1

University - Professional Development

15 Qs

Desain Media Interaktif

Desain Media Interaktif

12th Grade - University

10 Qs

2025 - Programacion web

2025 - Programacion web

University

10 Qs

Programacion orientada a la web # 1

Programacion orientada a la web # 1

University

14 Qs

HTML Basics

HTML Basics

University

12 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers, Science, English

University

Hard

Created by

James Chaves

Used 35+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Como se cambia el color del texto en un span?

Color : red;

span{

text-color : red;

}

@span{

color : red;

}

p{

color : red;

}

span{

color : red;

}

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Como se escoge por clase?

#class{

text-color : red;

}

.class{

text-color : red;

}

-class{

text-color : red;

}

*class{

text-color : red;

}

%class{

text-color : red;

}

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Escoge 3 maneras validas de aplicar estilos

<style>

p{

border: solid

}

</style>

<p style="

border: solid"

></p>

<link rel="stylesheet" type="text/css" href="./style.css">

<p style=

{style : solid}

></p>

<ref type="stylesheet" val="text/css" link="./style.css">

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Con que propiedad se modifica la fuente de una letra?

font-family

font-type

font

font-text

text-font

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Con cual propiedad se ajusta el ancho de una imagen

Width

Height

Length

Longitude

strength

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Con cual propiedad ajustas el espacion adentro de un elemento?

Madding

Pargin

Spacing

Padding

Margin

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Escoge 2 maneras de agrega margen solamente a la parte de arriba de un elemento

margin: top 10px;

margin: up 30px;

margin-top: 15px;

top-margin : 5px;

margin: 10px 0 0 0;

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?