Search Header Logo

Démo 2: CSS

Authored by Vennila Sooben

Computers

University

Used 7+ times

Démo 2: CSS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS est l'acronyme de:

Counter Strike Source

Cascading Style Sheets

Cest Super Simple

Cross Site Scripting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la propriété CSS utilisée pour spécifier la couleur du texte ?

font-color

text-color

color

couleur

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle propriété CSS est utilisée pour créer un effet d'ombre portée (box-shadow) autour d'un élément ?

shadow

text-shadow

el-shadow

box-shadow

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Comment cibler un élément qui est l'enfant direct d'un autre élément en CSS ?

:

+

>

~

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Comment cibler le premier élément de type <p> dans un document HTML en CSS ?

<div>

<span></span>

<p></p>

<p></p>

</div>

p:nth-child(1)

p:first-of-type

p:first-child

p:child

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Où inclure la ligne pour connecter votre pages styles.css?

Dans la balise <body>

Dans la balise <head>

Dans la balise <div>

Dans la balise <script>

7.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

<div id="identifiant"></div>

Comment changer la couleur de fond de ce div? Sélectionnez les bonnes réponses.

div {

background-color: #fff;

}

identifiant {

background-color: #fff;

}

.identifiant {

background-color: #fff;

}

#identifiant {

background-color: #fff;

}

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?