Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

CSS

CSS

12th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

CSS Style Sheet

CSS Style Sheet

8th - 12th Grade

11 Qs

BÀI 17. CÁC MỨC ƯU TIÊN CỦA BỘ CHỌN

BÀI 17. CÁC MỨC ƯU TIÊN CỦA BỘ CHỌN

12th Grade

10 Qs

CSS Styling Quiz

CSS Styling Quiz

9th Grade

14 Qs

Unit 4 Quiz: Exploring CSS and Designing Layouts

Unit 4 Quiz: Exploring CSS and Designing Layouts

9th - 12th Grade

12 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

James Webber

Used 260+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a way HTML files access CSS files?
Inline
Style Tags
External Stylesheet
JavaScript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
If the page has a  <div style='padding: 10px;'> what type of CSS is this?
Inline
Style Tag
External Stylesheet
User Stylesheet

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
A website has 3 CSS files on its page:
responsive.css
print.css
desktop.css
Why?
Different CSS for different platforms
Different CSS per browser
To make the website run 3 times quicker
Because it's impossible to use inline CSS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this mean:
#main { background-color: red; }
The object with ID of main has a background colour of red
The object with CLASS main has a background colour of red
All objects on the page are red
The body of the page is red

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this mean:
A:hover { color: blue; }
Links are blue when you hover over them
Animations are blue when you hover over them
The background colour of the body is blue when hovered
There is no blue allowed on the page

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of inline CSS?
It's quicker to write
It links to an external file
You can write it in 3 languages
There are no advantages

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is part of the Box model of CSS?
DIV
P
TAG
Padding

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?