Web Dev Quizizz 11

Web Dev Quizizz 11

10th Grade

10 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

Web 1: Types of selectors

Web 1: Types of selectors

9th - 12th Grade

10 Qs

css revision

css revision

10th Grade

14 Qs

CSS ID vs. Class

CSS ID vs. Class

9th - 12th Grade

15 Qs

5.3 ID The Elements - Inline, Block, Attribute

5.3 ID The Elements - Inline, Block, Attribute

9th - 12th Grade

12 Qs

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

10th Grade

15 Qs

Intro to Programming

Intro to Programming

7th - 11th Grade

15 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Web Dev Quizizz 11

Web Dev Quizizz 11

Assessment

Quiz

Computers

10th Grade

Hard

Created by

James Luong

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

We use an id to style...

1 element

Multiple elements (but not all)

Every single element of a particular type (like all h1)

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the symbol for id?

#

.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How to you give an element an id?

<p id="AnyWord">Text here</p>

<p class="Word">Text here</p>

<p>Text here id="AnyWord"</p>

<p>Text Here class="AnyWord"</p>

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the symbol for class?

#

.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

We use an class to style...

1 element

Some/Multiple elements (but not all)

Every single element of a particular type (like all h1)

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How to you give an element a class?

<p id="AnyWord">Text here</p>

<p class="Word">Text here</p>

<p>Text here id="AnyWord"</p>

<p>Text Here class="AnyWord"</p>

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

<p id="text1" class="sport">Basketball</p>

<p id="text2" class="sport">Tennis</p>

<p id="text3" class="animal">Cat</p>

How would you style ALL paragraph tags?

p{ }

#text1{ }

.sport{}

h1 { }

Answer explanation

To style all, we use the selector/html tag

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?