CSS Questions SAIL Talent

CSS Questions SAIL Talent

Professional Development

7 Qs

quiz-placeholder

Similar activities

Social Distancing

Social Distancing

KG - Professional Development

10 Qs

¿Que tan bien conoces a los compas?

¿Que tan bien conoces a los compas?

Professional Development

9 Qs

Tentang NIKE

Tentang NIKE

Professional Development

10 Qs

2023 I NJ Flex. NJ Flex Forte. Eggshell Ca

2023 I NJ Flex. NJ Flex Forte. Eggshell Ca

Professional Development

4 Qs

GENERADORES DE FUNCIONES

GENERADORES DE FUNCIONES

Professional Development

6 Qs

HERRAMIENTAS Y EQUIPOS AUTOMOTRICES

HERRAMIENTAS Y EQUIPOS AUTOMOTRICES

Professional Development

10 Qs

CSS flexbox quiz

CSS flexbox quiz

Professional Development

10 Qs

Repaso CSS (1/3)

Repaso CSS (1/3)

Professional Development

10 Qs

CSS Questions SAIL Talent

CSS Questions SAIL Talent

Assessment

Quiz

Other

Professional Development

Medium

Created by

Favour Chukwuedo

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pseudo class syntax contains one of the following

Selector

Property

Number

Selector

Property

Value

Selector

Atribute

Number

Attribute

Property

Value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following the right way to display a visited link

a:link{property:value}

a:hover{property:value}

a:active{property:value}

a:visited{property:value}

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following ARE valid anchor (a) pseudo classes

focus

idle

checked

visited

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

True/false

CSS Flexible Box Layout Module offers greater control over arranging components of web

page items along one axis.

True

False

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are valid Flex container properties

flex-direction

flex-transport

justify-content

flex-intention

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

True/False

The flex-wrap CSS property sets whether flex items are forced onto one line or

can wrap onto multiple lines.

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are use cases of Pseudo classes

Style an element when a user mouses over it

Style visited and unvisited links differently

Submit data from a form to the server

Style an element when it gets focus