CSS Quiz 5

CSS Quiz 5

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CTI Web Dev. Week 6 Review

CTI Web Dev. Week 6 Review

6th Grade - University

8 Qs

ITAA Unit 4: CSS

ITAA Unit 4: CSS

9th - 12th Grade

10 Qs

Questions Fundamentals of Web Design

Questions Fundamentals of Web Design

9th - 12th Grade

15 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

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

CSS Quiz 5

CSS Quiz 5

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

The !important rule in CSS is used to add more importance to a property/value than normal.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

In CSS _ is known as the universal selector.

!

@

#

*

%

Answer explanation

The asterisk * is known as the universal selector.

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following has the higher specificity?

A: h1

B: h1#content

C: <h1 id="content" style="color: pink;">Heading</h1>

D: !specific

A: h1

B: h1#content

C: <h1 id="content" >Heading</h1>

D: !specific

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

If there are two or more CSS rules that point to the same element, the selector with the highest specificity value will "win", and its style declaration will be applied to that HTML element.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

______ is a number followed by a length unit, such as 10px, 2em, etc.

Length

Depth

Width

Height

6.

FILL IN THE BLANK QUESTION

1 min • 10 pts

There are two types of length units: absolute and ________.

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which type of brackets or braces do you place internal and external CSS declarations inside.

< >

[ ]

{ }

\ \

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?