Web Development 2

Web Development 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Stakeholder Identification & Mgmt

Stakeholder Identification & Mgmt

Professional Development

6 Qs

Menggunakan Alat Ukur

Menggunakan Alat Ukur

Professional Development

10 Qs

CSS Quiz

CSS Quiz

Professional Development

10 Qs

HFT Fixing Methods

HFT Fixing Methods

Professional Development

8 Qs

Google Drive

Google Drive

Professional Development

10 Qs

2023 Risk Identification Refresher Quiz

2023 Risk Identification Refresher Quiz

Professional Development

14 Qs

My Energy-IQ

My Energy-IQ

Professional Development

10 Qs

Autocad Quiz 1

Autocad Quiz 1

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?