CSS Styling Quiz 4.1.3

CSS Styling Quiz 4.1.3

12th Grade

5 Qs

quiz-placeholder

Similar activities

html 1

html 1

1st Grade - University

10 Qs

Kuis Informatika kela X

Kuis Informatika kela X

10th Grade - University

10 Qs

Quiz Webinar: Perbedaan Karir Backend dan Frontend

Quiz Webinar: Perbedaan Karir Backend dan Frontend

9th - 12th Grade

8 Qs

integration

integration

2nd Grade - University

10 Qs

Clothing, Identity, and Social Norms

Clothing, Identity, and Social Norms

11th Grade - University

9 Qs

3º ANO SEMANA  23 A 27/09

3º ANO SEMANA 23 A 27/09

12th Grade

6 Qs

Веб-дизайн негіздері

Веб-дизайн негіздері

9th - 12th Grade

5 Qs

Written Work 4 (.NET Technology)

Written Work 4 (.NET Technology)

12th Grade

10 Qs

CSS Styling Quiz 4.1.3

CSS Styling Quiz 4.1.3

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Moyin Yusuf

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS rule makes all text blue?

h1 { text: blue; }

h1 { font-color: blue; }

h1 { color: blue; }

make it blue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have three h1 elements on a page, and you add h1 { color: green; }, what happens?

Only the first h1 changes to green.

Only the last h1 changes to green.

All h1 elements change to green.

None of the h1 elements change.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should CSS style rules usually be placed in an HTML document?

Inside the <style> tag in the <head>

Inside the <footer>

At the bottom of the <body>

In the <title> tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property changes the size of text in an h1?

text-size

font-style

font-size

size

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main benefit of styling h1 elements with CSS instead of inline styles?

Inline styles can’t change color.

CSS allows you to style multiple elements at once.

Inline styles are faster to write for big projects.

CSS doesn’t work without inline styles.