Démo 2: CSS

Démo 2: CSS

University

10 Qs

quiz-placeholder

Similar activities

HTML and CSS Certification Practice Test

HTML and CSS Certification Practice Test

University

10 Qs

HTML/CSS Scenario Based Questions and Answers

HTML/CSS Scenario Based Questions and Answers

University

10 Qs

CSS quiz

CSS quiz

10th Grade - University

15 Qs

Review for Bootstrap Test

Review for Bootstrap Test

9th Grade - University

13 Qs

html  and css smart

html and css smart

University

10 Qs

HTML + CSS

HTML + CSS

University

15 Qs

Recuperação de HTML e CSS

Recuperação de HTML e CSS

2nd Grade - University

10 Qs

Quiz 1: HTML & CSS

Quiz 1: HTML & CSS

University

10 Qs

Démo 2: CSS

Démo 2: CSS

Assessment

Quiz

Computers

University

Hard

Created by

Vennila Sooben

Used 4+ times

FREE Resource

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;

}

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?