100Devs - LwL - Class03 - CSS Basics

100Devs - LwL - Class03 - CSS Basics

10th Grade - Professional Development

49 Qs

quiz-placeholder

Similar activities

Web Technology - CSS - Tutorial Sheet - 02

Web Technology - CSS - Tutorial Sheet - 02

University

50 Qs

UJIAN AKHIR SEKOLAH PWPB RPL

UJIAN AKHIR SEKOLAH PWPB RPL

12th Grade

50 Qs

CSS

CSS

11th - 12th Grade

50 Qs

HTML CSS Quiz

HTML CSS Quiz

University

50 Qs

HTML Y CSS

HTML Y CSS

University

50 Qs

WEB ЖОБАЛАУ-10 СЫНЫП

WEB ЖОБАЛАУ-10 СЫНЫП

11th Grade

52 Qs

Викторина СС финал

Викторина СС финал

12th Grade

50 Qs

GR9COMPUTERQUIZ3.0

GR9COMPUTERQUIZ3.0

9th Grade - University

45 Qs

100Devs - LwL - Class03 - CSS Basics

100Devs - LwL - Class03 - CSS Basics

Assessment

Quiz

Professional Development, Computers

10th Grade - Professional Development

Medium

Created by

Leonardo Ghiggino

Used 7+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the CSS be written?
in a separate file
inline
in the head
all are correct

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why should it be on a separate file?
Separation of concern, better organization
It should be inline
Because it makes the page load faster
Because it helps with critical path CSS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When CSS MUST be used inline, when would it be ok?
when its impossible to access an external stylesheet
It should never be
it should always be in the head
all are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where could inline CSS be used?

On emails

it should never be

only if it important

In desperation mode due to deadlines

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is critical path css?
Is using a little bit of css on the header and initial content, so the above the fold content renders faster
It is using CSS on a separate file
It is a set o declarations
It is declaring the css in the <head>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

css link tag syntax

<link rel=”stylesheet” href=”css/style.css”>

<a rel="stylesheet" href="css/style.css">

<link rel="stylesheet" src="css/style.css">

All should work

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this: p { color: red; }

A CSS rule

A selector

A property

A declaration block

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?

Discover more resources for Professional Development