CSS Basics

CSS Basics

University

11 Qs

quiz-placeholder

Similar activities

Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

Web Development

Web Development

University

15 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

web Development QUIZ

web Development QUIZ

University

10 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

CSS infotec

CSS infotec

University

10 Qs

css

css

University

12 Qs

HTML

HTML

University

15 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?