CSSdkdjjd

CSSdkdjjd

1st - 5th Grade

7 Qs

quiz-placeholder

Similar activities

TOÁN 4 - SO SÁNH PHÂN SỐ

TOÁN 4 - SO SÁNH PHÂN SỐ

4th - 5th Grade

10 Qs

Orden y comparacion de numeros naturales

Orden y comparacion de numeros naturales

1st - 3rd Grade

10 Qs

Unit 1: Comparing Fractions Quiz

Unit 1: Comparing Fractions Quiz

4th - 5th Grade

10 Qs

Membandingkan Pecahan Berpenyebut Sama

Membandingkan Pecahan Berpenyebut Sama

3rd Grade

10 Qs

Inequalities on a number line

Inequalities on a number line

4th - 12th Grade

10 Qs

HTML BASICO

HTML BASICO

1st - 4th Grade

12 Qs

Greater Than, Less Than, or Equal To

Greater Than, Less Than, or Equal To

1st Grade

10 Qs

Comparing Fractions

Comparing Fractions

3rd - 5th Grade

10 Qs

CSSdkdjjd

CSSdkdjjd

Assessment

Quiz

Mathematics

1st - 5th Grade

Hard

Created by

VIVAAN SHEORAN

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the background colour of the <div> element in the following scenario?

css

body { background-color: red; } .container { background-color: green !important; } .container { background-color: blue; }

html

<div class="container"></div>

Red

Green

Blue

Transparent

Orange

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the three ways of CSS that can be embedded into an HTML document?

Outline CSS

Inline CSS

External CSS

Internal CSS

Embedded CSS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the font size of the <h1> element in the following scenario?

css

body { font-size: 16px; } .header { font-size: 24px !important; } .header { font-size: 32px; }

html

<h1 class="header">Welcome</h1>

16px

32px

18px

24px

12px

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the border property in CSS is true?

A) The border property is shorthand for setting border-width, border-style, and border-color together.

B) If you define border first and then set border-left, it removes the entire border.

C) The border-style property is optional when defining a border.

D) Borders are always visible, even if no border-style is defined.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should internal CSS be placed in an HTML document?

A) Inside the <head> section within <style> tags

B) Inside the <body> section within <style> tags

C) In a separate CSS file linked using <link>

D) Directly inside an element using the style attribute

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS properties is not used for text formatting?

A) text-align

B) font-weight

C) border

D) text-transform

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the spacing between lines of text?


A) letter-spacing

B) line-height

C) word-spacing

D) text-indent