HTML CSS - Missing Symbols

HTML CSS - Missing Symbols

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Questions Fundamentals of Web Design

Questions Fundamentals of Web Design

9th - 12th Grade

15 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

[Hall] Intro to CSS

[Hall] Intro to CSS

10th - 12th Grade

11 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

Κουίζ Κουμπιά (Buttons) και JavaScript

Κουίζ Κουμπιά (Buttons) και JavaScript

10th Grade

8 Qs

.Intermediate level.

.Intermediate level.

9th - 12th Grade

10 Qs

HTML CSS - Missing Symbols

HTML CSS - Missing Symbols

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jocelyn Hall

Used 12+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the missing symbol?

;

:

=

""

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ can only be used to identify ONE element

ID

Class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the missing symbol?

;

:

=

""

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you select an element with class = 'demo'?

#demo { color: blue};

demo { color: blue; }

*demo { color: blue; }

.demo { color: blue; }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the missing symbol?

;

:

=

""

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ can only be used to identify MORE THAN ONE element

ID

Class

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these rules would select all of the <h2> elements on a page?

<h2> { color: red; }

h2 { color: red; }

#h2 { color: red; }

.h2 { color: red; }

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?