Code HS 8.13 CSS Select by ID

Code HS 8.13 CSS Select by ID

7th Grade

10 Qs

quiz-placeholder

Similar activities

ict quiz

ict quiz

7th Grade

10 Qs

prgramming

prgramming

6th Grade - University

11 Qs

HTML básico

HTML básico

6th - 8th Grade

10 Qs

Limbaj_programare_3(date si expresii)

Limbaj_programare_3(date si expresii)

6th - 8th Grade

6 Qs

Quiz 1 TIK Kelas 7

Quiz 1 TIK Kelas 7

7th Grade

15 Qs

Asesmen Harian Informatika Kelas 7

Asesmen Harian Informatika Kelas 7

7th Grade

15 Qs

แบบทดสอบ google site

แบบทดสอบ google site

1st Grade - University

10 Qs

Всё о web-приложении

Всё о web-приложении

6th - 8th Grade

12 Qs

Code HS 8.13 CSS Select by ID

Code HS 8.13 CSS Select by ID

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

Isaac Valdez

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

How do you select an element with the ID "main-header" in CSS?

.main-header {}

#main-header {}

main-header {}

<main-header> {}

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What symbol is used to target an ID in CSS?

. (dot)

# (hashtag)

@ (at symbol)

* (asterisk)

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which of the following is true about ID selectors in CSS?

An ID can be used for multiple elements in an HTML document.

An ID should be unique within an HTML document.

An ID is the same as a class.

IDs must start with a number.

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Given the following HTML, which CSS rule correctly styles the <h1> element?

<h1 id="title">Welcome</h1>

title { color: red; }

.title { color: red; }

#title { color: red; }

<title> { color: red; }

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Why would you use an ID selector instead of a class selector?

When you want to style multiple elements the same way.

When you need to apply a unique style to only one specific element.

When you want to apply styles globally.

There is no difference between IDs and classes.

6.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is wrong with following CSS rule?

#1header { color: blue; }

The ID name should be written in quotes.

IDs cannot start with a number.

The # symbol is incorrect for an ID selector.

The property color is not valid for an ID selector.

7.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

If two CSS rules conflict, which one takes precedence?

A class selector

An ID selector

A tag selector

The first rule written in the CSS file

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?