Quiz -2

Quiz -2

University

10 Qs

quiz-placeholder

Similar activities

Hard level quiz

Hard level quiz

University

15 Qs

Dog Quiz! LR

Dog Quiz! LR

KG - Professional Development

11 Qs

Launching Fall 2022

Launching Fall 2022

11th Grade - University

10 Qs

Quiz on HTML, CSS -1

Quiz on HTML, CSS -1

University

10 Qs

Examen 2o Parcial

Examen 2o Parcial

University

11 Qs

Frontend batch Quiz- 1

Frontend batch Quiz- 1

University

9 Qs

Razas de perros

Razas de perros

University

12 Qs

baitap

baitap

University

10 Qs

Quiz -2

Quiz -2

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of the position property?

Static

fixed

relative

absolute

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select elements with class name "test"?

#test

test

.test

*test

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with id "demo"?

demo

*demo

.demo

#demo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a list that lists its items with squares?

list:square;

list-style-type:square;

list-type:square;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the left margin of an element?

indent

margin-left

padding-left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display a borer like this:

The top border = 10 pixels

The bottom border = 5 pixels

The left border = 20 pixels

The right border = 1 pixels

border width:10px 20px 5px 1px;

border width:10px 5px 20px 1px;

border width:5px 20px 10px 1px;

border width:10px 1px 5px 20px;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make the text bold?

font-weight:bold;

style:bold;

font:bold;

none

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?