2023 Jan Quiz

2023 Jan Quiz

Professional Development

5 Qs

quiz-placeholder

Similar activities

FUNDAMENTAL DESIGN

FUNDAMENTAL DESIGN

Professional Development

10 Qs

2023 Jan Quiz

2023 Jan Quiz

Assessment

Quiz

Design

Professional Development

Hard

Created by

Nivethika Sivakumar

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code is a must to write to apply CSS Flexbox properties?

display: flex;

display: flexbox;

display: block;

flex-direction: row;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a RGBA color value, what does A stand for?

A specifies the opacity for a color

A specifies the Aqua color

A specifies the opacity Azure color

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the valid value of the alpha parameter?

0 to 255

0 to 90

0 to 16

0.1 to 1.0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS function performs a calculation to be used as the property value?

sum()

add()

calc()

addition()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which selector selects the markers of list items?

:: marker

.marker

::selector

None of these