IDs and Classes

IDs and Classes

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

مراجعة التطبيق الأول تقن 105

مراجعة التطبيق الأول تقن 105

12th Grade

12 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

GCSE Computer Science Operators

GCSE Computer Science Operators

10th - 12th Grade

15 Qs

How much of web development do I know ?

How much of web development do I know ?

11th - 12th Grade

10 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

HTML CSS - Missing Symbols

HTML CSS - Missing Symbols

9th - 12th Grade

11 Qs

مراجعة وحدة PHP

مراجعة وحدة PHP

10th Grade

10 Qs

IDs and Classes

IDs and Classes

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jimmy Fikes

Used 63+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyboard key to select the browser's address bar

F1

F6

F12

F8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An element having the ID attribute of "green"

cannot be used since "green" is not a valid ID name

can be used only once in an HTML page

can be used more than once in an HTML page

will cause the element to have a background-color of green

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS symbol for a class is

a period

an octathorpe

#

a comma

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS symbol for an ID is

:

;

.

#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<div id="green"></div>

<div class="green"></div>

<div></div class="green">

<div>class="green"</div>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

display: block;

display: inline-block;

display: circle;

display: wide;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Placing CSS style rules in the HEAD section of an HTML page is called ___ style rules.

Embedded

Inline

External

Efficient

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?