CSS class - id

CSS class - id

7th Grade

15 Qs

quiz-placeholder

Similar activities

About HTML and CSS Review

About HTML and CSS Review

7th Grade

20 Qs

HTML CSS and JS Elements

HTML CSS and JS Elements

7th - 11th Grade

17 Qs

Website Design

Website Design

KG - University

10 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

SDA Review Questions 51 - 60

SDA Review Questions 51 - 60

7th Grade

10 Qs

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

Web Vocab

Web Vocab

7th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

CSS class - id

CSS class - id

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Francisco Javier Ruiz Restrepo

Used 43+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag allows you to define a new section in an HTML document:

<style> </style>

<div></div>

.div

#div

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The difference between the class selector and ID selector is...

The identifier ID is created using a dot (.) and the class uses a # symbol.

a class must be used just once whereas an Id can be applied multiple times on the HTML.

a Class can be used by multiple HTML elements, while an Id must only be used by one HTML.

This must be a unique element used in HTML

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This image presents a single selector sharing identical properties for multiple tags with a similar nature...

Media Image
Media Image
Media Image
Media Image

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

#example { represents the creation of an ID selector, but if you want to call it on a page, the code line you should type would be...

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Observe the next code blocks, then choose where the ID is correctly used:

Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ are used to select and style content that HTML pages store...

Id selector

class selector

element selector

all are correct

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Observe the next code blocks, then choose where the ID was correctly applied:

Media Image
Media Image

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?