css exam

css exam

University

25 Qs

quiz-placeholder

Similar activities

Introduction to C++

Introduction to C++

University

20 Qs

Qualifier Set B

Qualifier Set B

University

25 Qs

2do Corte Fundamentos desarrollo Web

2do Corte Fundamentos desarrollo Web

University

20 Qs

Quiz sobre Comandos de Linux y Git

Quiz sobre Comandos de Linux y Git

University

25 Qs

Fusion Vocabulary 2

Fusion Vocabulary 2

10th Grade - University

21 Qs

MIST Webdev Bootcamp Quiz-1

MIST Webdev Bootcamp Quiz-1

University

22 Qs

Energy Conservation

Energy Conservation

10th Grade - University

20 Qs

Natural Language Processing CT-2

Natural Language Processing CT-2

University

20 Qs

css exam

css exam

Assessment

Quiz

Engineering

University

Hard

Created by

kalyani boyina

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The full form of CSS is:


Cascading Style Sheets
Color and Style Sheets
Cascading Style Sheets
Coloured Special Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we change the background color of an element?


style

color

background-color

both A and B

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following type of HTML tag is used to define an internal style sheet?



a) <script>

b) <link>

c) <class>

d) <style>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of following CSS code snippet?

h1 {color: "green";}

The text will be displayed in blue instead of green.
The h1 element will not be affected by the CSS code.
The color value should be enclosed in single quotes instead of double quotes.
No output will be generated due to the error in the color value.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of following CSS code snippet?

h1 {color: red text-decoration: underline; font-style: italic;}

a) color: red, text-decoration: underline works


b) only font-style: italic works

c) color: red, text-decoration: underline and font-style: italic all works

d) text-decoration: underline and font-style: italic works

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the CSS Extension Prefixes for Webkit?



a) -chrome

b) -web

c) -o-

d) -webkit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS property sets the font size of text?



a) font-size

b) text-size

c) text

d) size

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?