Web Development 2

Web Development 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Menggunakan Alat Ukur

Menggunakan Alat Ukur

Professional Development

10 Qs

Electric Industry Literacy Overview

Electric Industry Literacy Overview

Professional Development

12 Qs

RQ-4B Landing Gear System

RQ-4B Landing Gear System

Professional Development

13 Qs

Revit interface, navigation and all about walls

Revit interface, navigation and all about walls

Professional Development

15 Qs

Skill Area 1 - Programmable Logic Controller

Skill Area 1 - Programmable Logic Controller

Professional Development

15 Qs

CSS Quiz

CSS Quiz

Professional Development

10 Qs

Junior Web Guideline

Junior Web Guideline

Professional Development

10 Qs

Quiz

Quiz

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?