CSS

CSS

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

CSS Test Review

CSS Test Review

9th - 12th Grade

7 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

CSS & Adv HTML

CSS & Adv HTML

9th - 12th Grade

10 Qs

ITAA Unit 4: CSS

ITAA Unit 4: CSS

9th - 12th Grade

10 Qs

Information Technology

Information Technology

11th Grade

10 Qs

CSS Tags

CSS Tags

12th Grade

10 Qs

CSS Tag

CSS Tag

12th Grade

10 Qs

Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

6th - 12th Grade

7 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