CSSD Quiz for Grade 14 Students

CSSD Quiz for Grade 14 Students

Professional Development

15 Qs

quiz-placeholder

Similar activities

javascript Quiz 1

javascript Quiz 1

Professional Development

10 Qs

Mastering DBMS Concepts

Mastering DBMS Concepts

Professional Development

15 Qs

Pre-test CFF PV Rooftop

Pre-test CFF PV Rooftop

Professional Development

10 Qs

Dandy's World Trivia

Dandy's World Trivia

Professional Development

10 Qs

Intro

Intro

Professional Development

10 Qs

Global Citizenship Quiz

Global Citizenship Quiz

Professional Development

10 Qs

movies

movies

Professional Development

15 Qs

JavaScript and Web Development Quiz

JavaScript and Web Development Quiz

Professional Development

15 Qs

CSSD Quiz for Grade 14 Students

CSSD Quiz for Grade 14 Students

Assessment

Quiz

Others

Professional Development

Hard

Created by

Govarathana Vishnu

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of CSS selectors?

CSS selectors are primarily used for server-side scripting.

The purpose of CSS selectors is to target specific HTML elements and apply styling to them.

CSS selectors are used to create animations on a webpage.

The purpose of CSS selectors is to generate dynamic content.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the box model in CSS.

The box model in CSS includes elements, padding, border, and margin.

The box model in CSS includes content, padding, border, and shadow.

The box model in CSS includes text, padding, border, and margin.

The box model in CSS includes content, padding, border, and margin.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the grid layout work in CSS?

The grid layout in CSS is used for styling text only

The grid layout in CSS divides a webpage into rows and columns, enabling easy element placement and alignment using properties like 'grid-template-rows', 'grid-template-columns', and 'grid-gap'.

Grid layout in CSS is a deprecated feature

Grid layout in CSS does not support responsive design

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are media queries used for in CSS?

Media queries are used to add animations to images

Media queries are used to apply different styles based on the characteristics of the device or browser viewing the page.

Media queries are used to play videos on a webpage

Media queries are used to change the font size of text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe how animations can be implemented in CSS.

Animations are implemented in CSS by using JavaScript functions

Animations in CSS are achieved by using inline styles

CSS animations are created by defining classes with animation properties

Keyframes are defined using the @keyframes rule, specifying the animation name and the keyframe percentages with the styles to be applied. Then, the animation is applied to an element using the animation property, specifying the animation name, duration, timing function, delay, iteration count, direction, fill mode, and play state.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between class and ID selectors in CSS?

Class selectors are used for HTML elements, while ID selectors are used for CSS elements.

Class selectors can be used multiple times, while ID selectors should be unique.

Class selectors are more specific than ID selectors.

Class selectors are defined with a period (.), while ID selectors are defined with a hashtag (#).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you center an element horizontally in CSS?

margin: 0 auto;

padding: 0 auto;

text-align: center;

display: flex; justify-content: center;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?