CSSD Quiz for Grade 14 Students

CSSD Quiz for Grade 14 Students

Professional Development

15 Qs

quiz-placeholder

Similar activities

MM ✨quiz✨

MM ✨quiz✨

Professional Development

20 Qs

CSNP-04103 C++ Chapter 7 - Different Data Types

CSNP-04103 C++ Chapter 7 - Different Data Types

University - Professional Development

10 Qs

Fundamentals of financial accounting

Fundamentals of financial accounting

Professional Development

15 Qs

Frontend Programming Junior

Frontend Programming Junior

Professional Development

15 Qs

Uji Pengetahuan Teknologi dan Informasi untuk Discord semuabisa

Uji Pengetahuan Teknologi dan Informasi untuk Discord semuabisa

Professional Development

15 Qs

Computer Maintenance and Networking Quiz

Computer Maintenance and Networking Quiz

Professional Development

10 Qs

Active Learning Quiz

Active Learning Quiz

Professional Development

15 Qs

Turbine Power Plant Quiz

Turbine Power Plant Quiz

Professional Development

20 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?