season 3 part 2

season 3 part 2

6 Qs

quiz-placeholder

Similar activities

Aluminum,, gold, and copper matter and its properties

Aluminum,, gold, and copper matter and its properties

8th Grade

10 Qs

HTML Basic Level 1

HTML Basic Level 1

KG - University

10 Qs

Project 16 - Gesture control Robot

Project 16 - Gesture control Robot

KG - University

10 Qs

Keypad Calculator

Keypad Calculator

KG - University

10 Qs

Ch1 | 10 Q |General Insurance

Ch1 | 10 Q |General Insurance

KG - University

10 Qs

Xenia's Quiz

Xenia's Quiz

KG - University

6 Qs

Grammar Correction

Grammar Correction

KG - University

10 Qs

L1/L2 Reading Prep

L1/L2 Reading Prep

KG - University

7 Qs

season 3 part 2

season 3 part 2

Assessment

Quiz

Medium

Created by

Mohamed Ayman

Used 7+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which property can be used to change the font size of a piece of text?

font-scale

text-size

font-dimensions

font-size

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

font-family : 'courier new' , courier , sans-serif ;

Why do we add the quotation ( ' ' ) mark?

Because of the distance

To protect the text

There is no correct answer

Because of the curvatures

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To send the text to the right of the page, we use this code

text-align : center ;

text-decoration: right ;

text-align : right ;

text-decoration: center ;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why was Font Family given this name?

Because it is made up of individuals only

Because it is made up of families

Because it is made up of many names

There is no correct answer

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To change the font type we use?

font-family: serif ;

font-family: 'serif' ;

font-family: "serif" ;

font-weight: bold;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


Steps to write the correct code in ( css ) ?

value {

selector : property ;

}

property{

selector : value ;

}

selector {

property : value ;

}

value {

property : selector ;

}