0% found this document useful (0 votes)
7 views

CSS Questions Topic Wise (1) (1)

CSS

Uploaded by

smartlenin348
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

CSS Questions Topic Wise (1) (1)

CSS

Uploaded by

smartlenin348
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

CSS Important Questions

Introduction
1. What is CSS?
2. What are the advantages of CSS?
3. What are the disadvantages of CSS?
4. What is the current version of CSS?
5. What is the syntax for CSS?
6. In how many ways can we add CSS to our HTML file?
7. Which type of CSS holds the highest priority?
8. How can we add comments in CSS?

Selectors
9. What are CSS Selectors?
10. What is difference between id and class selector
11. What is pseudo-element Selector
12. What is Pseudo-class Selector
13. What is universal selector

Color property

14. How many ways we can add color in css?


15. What is the property to add color to element?
16. What does the ‘a’ in rgba mean?
17. What is rgb color specifies
18. What is range of value of rgb?
19. What is hexadecimal color format?
20. How to represent hexadecimal color?
21. What are CSS HSL color?
22. What is range of H in hsl?

pavan.s@pentagonspace.in 1
23. What is range of S and L in hsl?
24. What is S indicating in hsl?
25. What is L indicating in hsla?
Background property
26. What are CSS background? list the properties?
27. What is use of background property?
28. What is background-image property?
29. What is background-color property?
30. What is background-repeat property?
31. What is background-repeat property?
32. What is value for background-attachment property?
33. What are value for background-size property?
34. What are value for background-color property?
Border property
35. What is border property?
36. What are shorthand property for border property?
37. What is border-style property?
38. What is border-color property?
39. What is border width property?
40. Can I use border-width property alone?
41. Can I use border-color property alone?
42. Can I use border-style property alone?
43. Which side will be affected here?
44. Border-style: solid dotted
45. Which side will be affected here?
Border-style: solid dotted dashed
46. Which side will be affected here?
Border-color: red green
47. Which side will be affected here?
Border-width: 10px 20px 30px
48. What is border-radius property?

pavan.s@pentagonspace.in 2
49. What is shorthand for border-radius property?
50. Which side will be affected here?
Border-radius: 10px
51. Which side will be affected here?
Border-radius: 10px
52. Which side will be affected here?
Border-radius: 10px 12px
53. Which side will be affected here?
54. Border-radius: 10px 16px 2px
55. What is outline property?
56. What is difference between border and outline property?
57. What is outline-style property?
58. What are values of outline-style property?
59. What is outline color property?
60. What is outline width property?
61. What is outline offset property?

Box Model

62. What is CSS Box Model?


63. What are components of Box Model in CSS?
64. What is margin property?
65. What is padding property?
66. What is shorthand for margin property?
67. What is shorthand for padding property?
68. What is difference between margin and padding?
69. Which side will affect here?
margin:10px 20px
70. Which side will affect here?
margin:10px 20px 11px

pavan.s@pentagonspace.in 3
71. Which side will affect here?
margin:10px
72. Which side will affect here?
padding:10px 20px
73. Which side will affect here?
padding:10px 20px 12px 14px

Display Property

74. What is display property?


75. What is use of display: inline?
76. Can we use height and width in display inline?
77. What is use of display block property?
78. Can we specify height and width in display block?
79. What is display inline-block?
80. Can we specify height and width for display inline-block?
81. What is display none property?

Font Property

82. What are font properties?


83. What are different font properties?
84. How to add color for font?
85. What is font family?
86. What are value for generic family?
87. What values for font family property?
88. What is font size property?
89. What are value of font size property?
90. What is font style property?
91. What are values of font style property?

pavan.s@pentagonspace.in 4
92. What is font variant property?
93. What are values of font variant property?
94. What is font-weight property?
95. What are values of font-eight property?
96. What is range of values for font-weight property?

Text Properties

97. What are text properties in css?


98. What is text-align property?
99. What are values of text-align property?
100. What is text-align-last property?
101. What are values for text-align-last property?
102. What is different between text-align and text-align-last in css?
103. What are values of text-align-last in css?
104. What is text-decoration property?
105. What are shorthand for text-decoration properties?
106. What is text-decoration line property?
107. What are values of text-decoration line property?
108. What is text-decoration-color property?
109. What is text-decoration-style property?
110. What are values of text-decoration-style property?
111. What is text-transform property?
112. What are values for text-transform property?
113. What is text-indent property?
114. What are values can be specified for text-shadow property?
115. What is text-indent property?
116. What are values for text-indent property?
117. What is line-spacing line-height and word-spacing property?

pavan.s@pentagonspace.in 5
CSS Position property

118. What is css position property?


119. How to position the element in css?
120. What are values of css position property?
121. What is default position of element in css?
122. What is position Static in css?
123. What is position fixed in css
124. What is position relative?
125. What is position absolute?
126. What is difference between absolute and relative positioning?
127. What is position sticky?
128. What is z-index property?
129. What is overflow property in css?
130. What are value for overflow property in css?
131. What is difference between overflow scroll and overflow auto?
132. What is border-collapse property?

CSS Gradient

133. What is css Gradient?


134. What is required color for the gradient property?
135. What is linear gradient?
136. What is radial gradient?
137. What is conic-gradient?
138. What is display: flex?
139. What are values for flex direction property?
140. What is align-item property?
141. What is justify-content property?

pavan.s@pentagonspace.in 6
CSS Transform and Animation

142. What is Transform property?


143. What is translate in transform property?
144. What is rotate in translate property?
145. What is translateX in transform property?
146. What is translateY in transform property?
147. What is scale property?
148. What is scaleX in transform?
149. What is scaleY in transform property?
150. What is matrix in transform property?
151. What is animation property?
152. How to add animation in css?
153. What is animation-timing function in css?
154. What is animation delay in css?
155. What is animation-iteration-count in css?

pavan.s@pentagonspace.in 7

You might also like