CSS QUIZ

CSS QUIZ

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

Report Text

Report Text

9th - 12th Grade

50 Qs

Preparing for ASAS IX-C

Preparing for ASAS IX-C

9th Grade

50 Qs

Bantara Skills Assessment

Bantara Skills Assessment

10th Grade

50 Qs

intro to business ch. 1

intro to business ch. 1

12th Grade

47 Qs

PENILAIAN AKHIR SEMESTER I

PENILAIAN AKHIR SEMESTER I

9th - 12th Grade

50 Qs

Imleah_hi

Imleah_hi

9th - 12th Grade

52 Qs

quiz UUD 1945 (kelompok 3)

quiz UUD 1945 (kelompok 3)

12th Grade

50 Qs

Economics Quiz - Grade 9

Economics Quiz - Grade 9

9th Grade

49 Qs

CSS QUIZ

CSS QUIZ

Assessment

Quiz

Others

9th - 12th Grade

Practice Problem

Medium

Created by

Emmanuel bamgbose

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Is The Acroymn For CSS

Cascading Style Sheet

Computer Style Sheet

Casscading Style Sheet

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

WHAT IS CSS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to embed css in html page?

<css>

<!DOCTYPE html>

<script>

<style>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following has introduced text, list, box, margin, border, color, and background properties?

HTML

CSS

JAVASCRIPT

PHP

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS framework is used to create a responsive design?

django

rails

laravel

bootstrap

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS property is used to make the text bold?

text-decoration: bold

font-weight: bold

font-style: bold

text-align: bold

Answer explanation

Explanation: The font-weight property is used for setting the thickness and boldness of the font. It is used to define the weight of the text.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of following CSS code ?

h1 {color: "green";}

Nothings happen

All h1 contents will become green

Only one h1 content will become green

Error occurs

Answer explanation

Explanation: Output of the above code snippet won’t happen as the declaration syntax is wrong. The correct declaration is : h1 { color: green; } which will yield an output. In CSS, we don’t write the value in double quotes.

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?