Search Header Logo

CSS Basics

Authored by James Chaves

Computers, Science, English

University

Used 39+ times

CSS Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?