GoogleTag

Google Search

[10] CSS MCQ Quiz

Correct Answers: 0
Incorrect Answers: 0

190. What does the 'animation-fill-mode: both;' property do?

191. Which of the following is a shorthand property for setting all animation properties?

192. Which value of 'animation-timing-function' produces a steady speed from start to finish?

193. Which property controls whether an animation is currently running or paused?

194. How do you make an animation delay for 2 seconds before starting?

195. What is the purpose of the 'keyframes' in CSS animations?

196. Which CSS property defines whether an animation should play in reverse on alternate cycles?

197. Which CSS property can be used to animate the background color of a table cell?

198. How can you create a fade-in effect for a table row when it is hovered over?

199. What is the best way to add a bounce effect to a table header on hover?

200. Which CSS property allows you to animate the border of a table cell?

201. How do you create a sliding animation effect for table rows when they are added to the DOM?

202. Which CSS property is used to set the spacing between the borders of adjacent table cells?

203. What is the effect of setting 'table-layout: fixed;' on a table?

204. Which HTML attribute is used to specify the alignment of text within a table cell?

205. How can you apply a border to a table element using CSS?

206. Which CSS property can be used to set the width of a table?

Featured Posts

SQL Interview Questions Topics

 SQL Topics to prepare for interviews,   SQL Basics: Introduction to SQL SQL Data Types DDL (Data Definition Language): C...

Popular Posts