GoogleTag

Google Search

[9] CSS MCQ Quiz

Correct Answers: 0
Incorrect Answers: 0

169. Which CSS pseudo-class selects an element when it has keyboard focus?

170. Which CSS property sets the baseline from which the height of line boxes is calculated?

171. What does the CSS property 'all: unset;' do?

172. Which CSS function can be used to convert a hexadecimal color to an RGBA color?

173. How do you define a transition that lasts 500 milliseconds and delays by 200 milliseconds?

174. Which CSS property is used to define the color of text selection?

175. Which CSS property controls how long it takes for an animation to start after it is applied?

176. Which of the following CSS properties is not animatable?

177. Which CSS property is used to specify the name of an animation?

178. Which CSS property is used to define the length of time an animation takes to complete one cycle?

179. What is the default value of the 'animation-timing-function' property?

180. How do you specify that an animation should run infinitely?

181. Which keyword defines the state of an element at the end of an animation?

182. Which CSS property defines when an animation will start?

183. Which CSS rule is used to define the keyframes of an animation?

184. What does 'animation-direction: alternate;' do?

185. Which of the following properties is used to set multiple animations on a single element?

186. How can you apply different animation timing functions at different keyframes?

187. What value of 'animation-fill-mode' will keep the element in the state defined by the last keyframe?

188. Which CSS property specifies the number of times an animation should be played?

189. How do you pause a CSS animation?

Featured Posts

How to generate Database Migration script dynamically by using XML

 Generating migration scripts dynamically using XML offers several advantages, particularly in software development and database management....

Popular Posts