You are on page 1of 2

1-What are different ways to integrate a CSS into a Web page?

2-Explain external Style Sheet? How would you link to it?

3-What is CSS selector?

4-How embedded style can be linked with HTML documents?

5-What is the CLASS selectors?

6-What is the difference between class selector and ID selector?

7-How grouping happens inside a CSS?

8-How can you eliminate the blue border around linked images on web page?

9-How can HTML elements be styled having specific attributes?

10-How are shorthand properties are used in css?

11-What are child selectors?

12-What is Descendant Selector?

13-What is universal selector?

14-What is type selector?

15-What are the components of a CSS Style?

16-How to select all paragraph elements with a lang attribute?

17-How to select all paragraph elements whose lang attribute has a value of exactly "fr"?

18-In how many formats can you specify a CSS color?

19-Which property is used to set the background color of an element?

20-Which property is used to set the background image of an element?

21-Which property is used to control the repetition of an image in the background?

22-Which property is used to control the position of an image in the background?

23-Which property is used to control the scrolling of an image in the background?

24-Which property is used as a shorthand to specify a number of other background properties?

25-Which property is used to change the face of a font?


26-Which property is used to increase or decrease the size of a font?

27-Which property is used to set the color of a text?

28-Which property specifies whether a border should be solid, dashed line, double line, or one of the
other possible values?

29-Which property specifies the width of a border?

30-Which property specifies a shorthand property for setting the margin properties in one declaration?

31-Which property specifies the top margin of an element?

32-Which property allows you to control the shape or appearance of the marker of a list?

33-Which property specifies an image rather than a bullet point or number for the marker of a list?

34-Which property serves as shorthand for the styling properties of a list?

35-How do you deffer padding and margin?

36-What is the difference between outline and border?

37-How can we add quotetion after an element?

38-How to automatically add a number before a parageraphs?

39-When we use internal stylesheet?

40-When we use External Style sheet?

You might also like