CSS SECE

CSS SECE

Professional Development

10 Qs

quiz-placeholder

Similar activities

Mastering HTML, CSS, and JavaScript

Mastering HTML, CSS, and JavaScript

Professional Development

12 Qs

DITA and XML

DITA and XML

Professional Development

10 Qs

HTML

HTML

Professional Development

15 Qs

LWC Quiz 1

LWC Quiz 1

Professional Development

10 Qs

Re-Train Service Excellent for Support

Re-Train Service Excellent for Support

KG - Professional Development

15 Qs

Red Velvet

Red Velvet

KG - Professional Development

10 Qs

CSS basics

CSS basics

Professional Development

15 Qs

´PSI TARDE

´PSI TARDE

Professional Development

11 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?