You are on page 1of 3

Describe 

pseudo-elements and discuss what they are used for?

What's the difference between a relative, fixed, absolute and statically positioned element?


Explain the basic rules of CSS Specificity.

What is CSS Box Model and what are its elements?

Which of the following function defines a linear gradient as a CSS image?


a) gradient()
b) linear-gradient()
c) grayscale()
d) image()

Which of the following CSS Property controls how an element is positioned?


a) static
b) position
c) fix
d) set

Which of the following CSS property is used to specify table borders in CSS?
a) table:border
b) table
c) border
d) none of the mentioned

Which element is used in the <HEAD> section on an HTML / XHTMLpage, if we want to use an
external style sheet file to decorate the page ? A.<src>B.<link>C.<style>D.<css>

What are the different types of Selectors in CSS?

What are Pseudo elements and Pseudo classes?

What is cascading in CSS?

What Is a Floating Element in CSS?

What Is a Floating Element in CSS?

The property in CSS used to change the background color of an element is_____________
1. background-color 2.color 3.bgcolor 4.None

Which of the following is the correct syntax to select all paragraph elements in a div
element?
1. p
2. div p
3. div#p
4. div ~p
Which of the following CSS property is used to specify whether the table cells share the
common or separate border?
1. border-radius
2. border-collapse
3. border-spacing
4. None
the CSS property used to make the rounded borders, or rounded corners around an element
is________
1. border-radius
2. border-collapse
3. border-spacing
4. None

1) What is CSS?

2) What are the advantages of CSS?

3) In how many ways can a CSS be integrated as a web page?

4) What benefits and demerits do External Style Sheets have?

5) Discuss the merits and demerits of Embedded Style Sheets?

6) What is CSS Box Model and what are its elements?

7) What is the purpose of the z-index and how is it used?

8) What are the benefits of CSS sprites?

9) How can you integrate CSS on a web page?

10) Compare RGB values with Hexadecimal color codes?

11) Enlist the various Media types used?

12) What is Pseudo-elements?

13) What is the usage of Class selector?

14) Enlist the various fonts’ attributes?


15) Comment on the Case-sensitivity of CSS ?

16) Enlist the media types CSS allows?

17) Differentiate logical tags from physical tags?

18) Differentiate Style Sheet concept from HTML?

19) Describe ‘rule set’?

20) What are the limitations of CSS?

21) What are the different versions of CSS ?

22) What are the Pseudo classes?

You might also like