3.1-basic-CSS-review

3.1-basic-CSS-review

7th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

SDA Review Questions 51 - 60

SDA Review Questions 51 - 60

7th Grade

10 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Css

Css

University

10 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

7th Grade - University

10 Qs

CSS Quiz 1

CSS Quiz 1

9th - 12th Grade

8 Qs

CSS

CSS

7th - 9th Grade

14 Qs

3.1-basic-CSS-review

3.1-basic-CSS-review

Assessment

Quiz

Computers

7th Grade - Professional Development

Easy

Created by

Melissa Sawyer Grair

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What are the three ways of adding CSS to code? (select all that apply)

external CSS

inline CSS

write-in CSS

internal CSS

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which way of adding CSS to code is industry standard? (select one)

external CSS

inline CSS

write-in CSS

internal CSS

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What property/value pair would change the color of text to red? (select one)

text-color: red;

color: red;

font-color: red;

font: red;

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the margin on the right-side of the divs in this code?

div {

margin: 10px 25px 5px 30px;

}

(select one)

10px

25px

5px

30px

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What code block would change the color of a link to red after it's clicked? (select one)

a:link {color: red;}

a:visited {color: red;}

a:hover {color: red;}

a:active {color: red;}

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following specificity rules is accurate? (select one)

.CLASS beats #ID beats ELEMENT

ELEMENT beats .CLASS beats #ID

.CLASS beats ELEMENT beats #ID

#ID beats .CLASS beats ELEMENT

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following specificity rules is accurate? (select one)

INLINE beats INTERNAL beats EXTERNAL

EXTERNAL beats INLINE beats INTERNAL

EXTERNAL beats INTERNAL beats INLINE

INTERNAL beats EXTERNAL beats INLINE

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?