CSS Fundamentals for Grade 7

CSS Fundamentals for Grade 7

7th Grade

18 Qs

quiz-placeholder

Similar activities

Website Development

Website Development

6th - 12th Grade

14 Qs

CIW HTML5

CIW HTML5

6th - 12th Grade

20 Qs

CodeHS Intro to CSS

CodeHS Intro to CSS

5th - 7th Grade

20 Qs

MTA HTML CSS Session 1

MTA HTML CSS Session 1

7th - 9th Grade

18 Qs

Y9 - HTML - L4 - css RECAP

Y9 - HTML - L4 - css RECAP

7th Grade

14 Qs

html quiz

html quiz

KG - Professional Development

21 Qs

Introduction to HTML

Introduction to HTML

7th Grade

20 Qs

Examenes de Paginas WEB 2025

Examenes de Paginas WEB 2025

7th Grade - University

23 Qs

CSS Fundamentals for Grade 7

CSS Fundamentals for Grade 7

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Apoorva Arya

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a CSS selector?

A CSS selector is a programming language.

A CSS selector is a pattern used to select and style HTML elements.

A CSS selector is a tool for debugging HTML.

A CSS selector is a type of HTML element.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name three types of CSS selectors.

Pseudo-class selector

Media query selector

Class selector, ID selector, Element selector

Attribute selector

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to change the font size in CSS?

font-style

text-size

font-weight

font-size

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make text bold using CSS?

Use CSS: text-decoration: bold;

Use CSS: font-size: bold;

Use CSS: font-style: bold;

Use CSS: font-weight: bold;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the div tag in HTML?

The div tag is used to define a table structure.

The div tag is for embedding images.

The div tag is used to group and style HTML elements.

The div tag is used to create hyperlinks.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you center a div element on a page?

Apply a negative margin equal to half the width of the div.

Use float: left and set a fixed width for the div.

Use CSS: width, margin: auto, and display: block or flex.

Set the div's position to absolute and use top: 50%; left: 50%;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a CSS animation?

CSS animations are only used for text effects.

CSS animations are a way to create smooth transitions between different styles using keyframes.

CSS animations require JavaScript to function.

CSS animations can only be applied to images.

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?