Web Development Knowledge Check

Web Development Knowledge Check

University

20 Qs

quiz-placeholder

Similar activities

BEED 38- Quiz 1

BEED 38- Quiz 1

University

15 Qs

B1 1.ünite

B1 1.ünite

University

19 Qs

GSK online exam

GSK online exam

University

21 Qs

Quiz de Matemática Básica

Quiz de Matemática Básica

University

15 Qs

Zoom Cafe Episode 3

Zoom Cafe Episode 3

University

15 Qs

An Intro to Full Stack Development - Webinar

An Intro to Full Stack Development - Webinar

University - Professional Development

15 Qs

RAZR 5G

RAZR 5G

KG - University

20 Qs

OOPS Concept

OOPS Concept

University

20 Qs

Web Development Knowledge Check

Web Development Knowledge Check

Assessment

Quiz

Education

University

Medium

Created by

KHEANG OUYORNG

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HighText Markup Language

Hyperlink Text Markup Language

HyperText Markup Language

HyperText MultiLanguage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an internal style sheet?

<style>

<css>

<script>

<link>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'flex' property in CSS Flexbox?

The 'flex' property defines the alignment of flex items in a flex container.

The 'flex' property sets the background color of a flex container.

The 'flex' property controls the size and growth of flex items in a flex container.

The 'flex' property determines the order of flex items in a flex container.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you center a flex item horizontally in a flex container?

Use 'margin: auto;' on the flex item.

Apply 'flex-direction: column;' on the flex container.

Set 'justify-content: center;' on the flex container.

Set 'align-items: center;' on the flex container.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to declare variables in Javascript?

var and let

const and define

let and static

let and const

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'let' keyword in JavaScript?

The 'let' keyword is used to create functions in JavaScript.

The 'let' keyword is used to declare global variables in JavaScript.

The 'let' keyword is used to define constants in JavaScript.

The 'let' keyword is used to declare block-scoped variables in JavaScript.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new Next.js page?

Create a new folder in the 'components' directory.

Create a new file in the 'pages' directory with the desired name (e.g., 'about.js').

Rename an existing page file in the 'pages' directory.

Delete the 'pages' directory and recreate it.

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?