IDs and Classes

IDs and Classes

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

An element having the ID attribute of "green"

Back

can be used only once in an HTML page

2.

FLASHCARD QUESTION

Front

The CSS symbol for a class is

Back

a period

3.

FLASHCARD QUESTION

Front

The CSS symbol for an ID is

Back

#

4.

FLASHCARD QUESTION

Front

To add a class of "green" to a div element

Back

5.

FLASHCARD QUESTION

Front

To make a series of block-level elements display side-by-side instead of vertically

Back

display: inline-block;