Web Development 2

Web Development 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Quiz

Quiz

Professional Development

10 Qs

Menggunakan Alat Ukur

Menggunakan Alat Ukur

Professional Development

10 Qs

Electro-Fluid Power Mod 4-Control Relays

Electro-Fluid Power Mod 4-Control Relays

Professional Development

11 Qs

LAC Brand Reputation Pillar

LAC Brand Reputation Pillar

Professional Development

8 Qs

Solar Trade Terms - part 2

Solar Trade Terms - part 2

Professional Development

11 Qs

IKC Workshop

IKC Workshop

Professional Development

10 Qs

CSS Quiz

CSS Quiz

Professional Development

10 Qs

Repaso CSS (1/3)

Repaso CSS (1/3)

Professional Development

10 Qs

Web Development 2

Web Development 2

Assessment

Quiz

Other

Professional Development

Hard

Created by

Pelumi Aceall

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What does justify-content: space-between; do in Flexbox?

  1. Aligns items vertically

  1. Aligns items horizontally with space between them

Stretches items to fill the container

Centers the items in the container

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What is the result of accessing an undefined object property in JavaScript?

  1. undefined

  1. null

  1. false

NaN

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. In CSS Grid, which of these properties allows you to create equal-sized columns?

  1. grid-template-columns: auto;

  1. grid-column: span 1;

  1. grid-template-columns: 1fr;

grid-template-columns: 50%;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which CSS selector is used to select elements with a specific class?

  1. .classname

  1. #classname

  1. *classname

classname

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which of the following is not an HTTP status code?

  1. 200

  1. 404

  1. 500

700

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Which of the following will override the other CSS rules if they apply to the same element?

  1. id selector

  1. class selector

  1. element selector

!important declaration

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. In a regular function, "this" refers to

  1. The function itself

  1. The global object

  1. The object that called the function

The return value of the function

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?