CSS Selectors and Rules

CSS Selectors and Rules

Assessment

Interactive Video

Computers, Design, Education

6th - 9th Grade

Medium

Created by

Mia Campbell

Used 3+ times

FREE Resource

This video tutorial covers the basics of using CSS selectors to style HTML elements by their tags. It explains the general format of a CSS rule and demonstrates how to apply styles to elements like h1 and image tags. The tutorial also includes a practical example of creating a rainbow effect on a webpage by coloring headers from h1 to h6 with different colors.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the general format of a CSS rule?

Selector, curly braces, and declarations

Curly braces, selector, and declarations

Selector, declarations, and curly braces

Declarations, selector, and curly braces

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the selector in a CSS rule define?

The style of the HTML elements

The HTML elements to which the rule applies

The size of the HTML elements

The color of the HTML elements

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you use a tag as a selector in CSS?

It selects all elements with that tag

It selects elements with a specific class

It selects the first element with that tag

It selects the last element with that tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you use 'h1' as a selector, what will the CSS rule apply to?

All tags with a class of 'h1'

All header tags

All h1 tags

All h2 tags

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the font size and color of all h1 tags if the CSS rule is 'h1 { font-size: 60px; color: red; }'?

Font size of 60 pixels and color of blue

Font size of 60 pixels and color of red

Font size of 40 pixels and color of red

Font size of 40 pixels and color of blue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you select all image tags and set their height to 200 pixels?

img { height: 200px; }

image { height: 200px; }

img { width: 200px; }

image { width: 200px; }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you define a CSS rule 'img { height: 200px; }'?

Only the first image will have a height of 200 pixels

Only the last image will have a height of 200 pixels

All images will have a height of 200 pixels

No images will be affected

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?