CSS SECE

CSS SECE

Professional Development

10 Qs

quiz-placeholder

Similar activities

Meet Your Supervisors

Meet Your Supervisors

Professional Development

10 Qs

Junior Software Developer Assessment Centre

Junior Software Developer Assessment Centre

Professional Development

15 Qs

Resturants

Resturants

4th Grade - Professional Development

10 Qs

Rodada 2: Development Games

Rodada 2: Development Games

Professional Development

10 Qs

How well do you know The Realm? (Paladins)

How well do you know The Realm? (Paladins)

4th Grade - Professional Development

10 Qs

Leadership Style and Power

Leadership Style and Power

Professional Development

15 Qs

OMA

OMA

Professional Development

10 Qs

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

Professional Development

7 Qs

CSS SECE

CSS SECE

Assessment

Quiz

Other

Professional Development

Medium

Created by

Vengatesh vengatesh

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In how many ways can CSS be written in?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the below code snippet, in what order will the margins be added?

p {
  margin: 25px 50px 75px 100px;
}

Top, Right, Bottom, Left

Right, Left, Top, Bottom

Top, Bottom, Right, Left

Top, Left, Bottom, Right

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of CSS is the following code snippet?

<h1 style="color:blue;">A Blue Heading</h1>

Inline

Ex-line

External

Internal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we specify the spacing between each letter in a text in CSS?

alpha-spacing

letter-spacing

character-spacing

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can make rounded borders around elements using which CSS element?

border-collapse

border-round

border-radius

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the width of the div element given below?

div {
  width: 310px;
  padding: 20px;
  border: 5px solid blue;
  margin: 0;
}

310px

350px

360px

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS property specifies the type of list item marker?

ol

ul

list-style-type

list

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?