Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Ucertify Introduction to Cascade Style Sheet Technology

Ucertify Introduction to Cascade Style Sheet Technology

7th Grade - University

10 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

8th - 12th Grade

11 Qs

CSS

CSS

12th Grade

15 Qs

CSS Review Quiz

CSS Review Quiz

6th - 8th Grade

15 Qs

HTML und CSS - Wissenstest

HTML und CSS - Wissenstest

9th - 10th Grade

12 Qs

Intro to CSS

Intro to CSS

7th Grade - University

10 Qs

The Div and Span Tag

The Div and Span Tag

10th Grade

10 Qs

CLASS 8 HTML-CSS

CLASS 8 HTML-CSS

8th Grade

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