ict1_ft_w3-4_q2

ict1_ft_w3-4_q2

11th Grade

20 Qs

quiz-placeholder

Similar activities

Fundamentos de HTML y CSS

Fundamentos de HTML y CSS

11th Grade - University

23 Qs

CSS Rules Quiz

CSS Rules Quiz

11th Grade

15 Qs

HTML Element Vocab and Data Type Review

HTML Element Vocab and Data Type Review

9th - 12th Grade

21 Qs

Web Design SP22 Midterm Review

Web Design SP22 Midterm Review

9th - 12th Grade

23 Qs

Preguntas sobre CSS

Preguntas sobre CSS

11th Grade

16 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

CSS Selectors

CSS Selectors

9th - 12th Grade

15 Qs

Intro to CS | Unit 2 Vocabulary

Intro to CS | Unit 2 Vocabulary

9th - 12th Grade

21 Qs

ict1_ft_w3-4_q2

ict1_ft_w3-4_q2

Assessment

Quiz

Computers

11th Grade

Hard

Created by

JB Presa

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want all headings on your webpage to appear green. Which CSS rule will you apply?

.h2 { color: green; }

#h2 { color: green; }

h2 { color: green; }

text { color: green; }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are styling the main banner of your site, which is unique. Which selector should you use?

Class Selector

ID Selector

Inline Selector

Tag Selector

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to style three buttons in the same way. How can you apply a single style to all?

Apply inline CSS to each

Give them all the same ID

Assign them the same class

Use a tag selector for

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You see color: rgb(255,0,0); on a webpage. What does the value tell you?

Green is dominant

Blue is dominant

Transparent red

Red is dominant

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A webpage uses font-size: 20px; and looks small on a large monitor. What explains this?

Relative units always shrink

RGB values are not correct

HEX values affect font size

Absolute units don’t scale

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A teammate suggests using pt for font size on a responsive website. What should you conclude?

It’s better because it scales automatically

It’s ideal because it adapts to parent size

It’s unsuitable because it’s absolute

It’s recommended by all browsers

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group member suggests using IDs for all elements instead of classes. How would you evaluate this idea?

It improves efficiency and speed

It makes code flexible for all

It limits reusability of styles

It reduces errors in HTML

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?