CSS Basics

CSS Basics

University

11 Qs

quiz-placeholder

Similar activities

CSS-каскад стиль

CSS-каскад стиль

University

10 Qs

HTML and CSS Final Test

HTML and CSS Final Test

6th Grade - Professional Development

16 Qs

Unit 2 Quiz-v1

Unit 2 Quiz-v1

9th Grade - University

9 Qs

Prob.prog 5.

Prob.prog 5.

University

10 Qs

HTML Basics

HTML Basics

University

11 Qs

HTML

HTML

University

16 Qs

ภาษา HTML

ภาษา HTML

University

10 Qs

Avaliação de Laboratório de WEB

Avaliação de Laboratório de WEB

University

10 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers, Science, English

University

Hard

Created by

James Chaves

Used 37+ 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?