BADDIES CSS QUIZ

BADDIES CSS QUIZ

University

14 Qs

quiz-placeholder

Similar activities

Démo 2: CSS

Démo 2: CSS

University

10 Qs

REACTOR

REACTOR

University

15 Qs

Debriefing B3

Debriefing B3

University

18 Qs

Projectstem HTML

Projectstem HTML

6th Grade - Professional Development

16 Qs

IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

University

14 Qs

React Quiz

React Quiz

University

10 Qs

Css

Css

University

10 Qs

CSS Quiz | For Professionals

CSS Quiz | For Professionals

1st Grade - University

10 Qs

BADDIES CSS QUIZ

BADDIES CSS QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

Halit Batur

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a CSS selector?

A CSS selector is a type of HTML tag.

A CSS selector is a programming language for web development.

A CSS selector is a tool for debugging web pages.

A CSS selector is a pattern used to select elements in a web page for styling.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a type of CSS selector: class, id, or both?

both

style

attribute

element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you apply a CSS style to an HTML element?

HTML elements cannot have CSS styles applied to them.

You can only use inline styles to apply CSS.

You can apply CSS styles using inline styles, internal styles, or external styles.

CSS styles can only be applied through JavaScript.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times can you use the same ID in a single HTML page (ideally)?

As many times as you want

Exactly 2 times

Only once

Three or more times

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a class selector and an id selector?

A class selector is used for inline styles, while an id selector is used for external styles.

A class selector selects a single unique element, while an id selector can select multiple elements.

Both class and id selectors can select multiple elements.

A class selector (.) can select multiple elements, while an id selector (#) selects a single unique element.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select all paragraphs in a document using CSS?

h1 { }

section { }

div { }

p { }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make text bold using CSS?

Use 'font-weight: bold;' in your CSS.

Apply 'font-style: bold;' to the text.

Use 'text-decoration: bold;' in your CSS.

Set 'font-size: bold;' in your CSS.

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?