CSS Quiz B1

CSS Quiz B1

Professional Development

10 Qs

quiz-placeholder

Similar activities

¿cuanto sabes de piggy?

¿cuanto sabes de piggy?

Professional Development

15 Qs

PENERAPAN 3S DALAM PENDOKUMENTASIAN ASUHAN KEPERAWATAN

PENERAPAN 3S DALAM PENDOKUMENTASIAN ASUHAN KEPERAWATAN

Professional Development

11 Qs

Taller asíncrono sobre formato APA (7.ª edición)

Taller asíncrono sobre formato APA (7.ª edición)

Professional Development

14 Qs

TEST 1 DLE SATUAN KELISTRIKAN

TEST 1 DLE SATUAN KELISTRIKAN

12th Grade - Professional Development

10 Qs

PENILAIAN KENDIRI - MODUL 2 TS25

PENILAIAN KENDIRI - MODUL 2 TS25

Professional Development

10 Qs

clash royale

clash royale

Professional Development

14 Qs

Kuis Rapat Pembinaan Agustus 2023

Kuis Rapat Pembinaan Agustus 2023

Professional Development

15 Qs

RC Office Features

RC Office Features

Professional Development

10 Qs

CSS Quiz B1

CSS Quiz B1

Assessment

Quiz

Other

Professional Development

Hard

Created by

Vengatesh vengatesh

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

<style> ________

{ _____red; }

</style>

<body>

<h1>This is a heading</h1>

<p>This is a paragraph</p>

<p class="colortext">This is a paragraph</p>

<p class="colortext">This is a paragraph</p> </body>

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Add an external style sheet with the URL: "mystyle.css".

<head>_______________ </head> <body> <h1>This is a heading</h1> <p>This is a paragraph</p> <p>This is a paragraph</p> </body>

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Set "paper.gif" as the background image of the page.

<style> body { _______ : __________ ; }

</style>

<body> <h1>This is a heading</h1>

<p>This is a paragraph</p>

<p>This is a paragraph</p> </body>

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use the correct background property to make the background image NOT scroll with the rest of the page

<style>

body { background-image: url("img_tree.png"); __________:_____ ; } </style>

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use the correct border property to set the LEFT border to "dotted".

<style> p { _______ : dotted; } </style> <body> <h1>This is a heading</h1> <p>This is a paragraph</p> <p>This is a paragraph</p> </body>

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Use the shorthand margin property to add 20 pixels top and bottom margins, and 40 pixels left and right margins, on the <h1> element.

<style> h1 { margin: ________ ; } </style>

<body> <h1>This is a heading</h1> <p>This is a paragraph</p> <p>This is a paragraph</p> </body>

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Set the padding of all sides of the <h1> element to 30 pixels.

<style> h1 {_________ : 30px; } </style> <body> <h1>This is a heading</h1> <p>This is a paragraph</p> <p>This is a paragraph</p> </body>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?