CSS

CSS

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

The Div and Span Tag

The Div and Span Tag

10th Grade

10 Qs

CodeHS Unit 2 Retake Review

CodeHS Unit 2 Retake Review

9th - 12th Grade

8 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

CSS Selectors

CSS Selectors

11th Grade

10 Qs

Web Design

Web Design

9th - 10th Grade

7 Qs

CSS Styling Bu Tag Unit 3 Lesson 3

CSS Styling Bu Tag Unit 3 Lesson 3

10th Grade

11 Qs

WEB: Unit 3 Lesson 3 CSS Selectors By Class

WEB: Unit 3 Lesson 3 CSS Selectors By Class

9th - 12th Grade

10 Qs

CSS

CSS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mayada Magdy

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS rule?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

CSS rules have a selector that defines which HTML elements the rule applies to.

We’ve learned about the following CSS Selectors:

Select by tag name Select by class name Select by id name

Which of the following ranks the selectors from highest precedence to lowest precedence?

Select by tag name, select by class name, select by id name

Select by id name, select by tag name, select by class name

Select by id name, select by class name, select by tag name

Select by class name, select by id name, select by tag name

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements are true about styling your web pages with CSS:

I. Styling with CSS is more scalable than using style= on each HTML tag that you want to style

II. You can create styles with CSS that are not possible using style= on an HTML tag

I only

II only

I and II

Neither I nor II

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following code snippets will select all <img> tags on a page and give them a height of 200 pixels?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Suppose you have the following CSS rules:

red

green

blue

black

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Suppose you have the following CSS rules:

red

green

blue

black

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Suppose you have the following CSS rules:

red

green

blue

black