Web Development 2

Web Development 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

UiPath Quiz

UiPath Quiz

Professional Development

10 Qs

UiPath

UiPath

Professional Development

14 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

Electro-Fluid Power Mod 2. Basic Control Devices

Electro-Fluid Power Mod 2. Basic Control Devices

Professional Development

11 Qs

Dom/js

Dom/js

Professional Development

10 Qs

Prueba 1, Modulo 2

Prueba 1, Modulo 2

Professional Development

13 Qs

PEMBANGKIT LISTRIK TENAGA SURYA (PLTS)

PEMBANGKIT LISTRIK TENAGA SURYA (PLTS)

Professional Development

10 Qs

Materi SAR

Materi SAR

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?