CSS Basics

CSS Basics

University

11 Qs

quiz-placeholder

Similar activities

party time - quizz-

party time - quizz-

12th Grade - Professional Development

10 Qs

Ulangan Harian IX E

Ulangan Harian IX E

9th Grade - University

10 Qs

cp06-01-1D-Array

cp06-01-1D-Array

University

10 Qs

ASEAN

ASEAN

University

16 Qs

past perfect continuous

past perfect continuous

University

11 Qs

Combinational Ckt 1

Combinational Ckt 1

University

11 Qs

Simple present

Simple present

University

10 Qs

Pythonintro

Pythonintro

University

15 Qs

CSS Basics

CSS Basics

Assessment

Quiz

Computers, Science, English

University

Hard

Created by

James Chaves

Used 39+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?