CSS

CSS

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

HTML e CSS

HTML e CSS

12th Grade

10 Qs

pwpb kuis 1

pwpb kuis 1

9th - 12th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

แบบทดสอบก่อนเรียนหน่วยที่ 4 ว 23293

9th Grade

10 Qs

Review Material CS

Review Material CS

1st - 12th Grade

11 Qs

CSS Recap

CSS Recap

8th - 12th Grade

10 Qs

Formatif KD-1 CSS (X_TKJ)

Formatif KD-1 CSS (X_TKJ)

10th 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