Démo 2: CSS

Démo 2: CSS

University

10 Qs

quiz-placeholder

Similar activities

IT-7 : Remedial UH-3

IT-7 : Remedial UH-3

University

15 Qs

Web Programming Quiz 1

Web Programming Quiz 1

University

10 Qs

Mikropemproses dan Mikropengawal

Mikropemproses dan Mikropengawal

12th Grade - University

15 Qs

PHP Introduction - Assignment 1

PHP Introduction - Assignment 1

University

10 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

Fellowship program 2021

Fellowship program 2021

University - Professional Development

15 Qs

Powerpoint

Powerpoint

University

12 Qs

Démo 2: CSS

Démo 2: CSS

Assessment

Quiz

Computers

University

Hard

Created by

Vennila Sooben

Used 5+ 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

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?