Web Development Knowledge Check

Web Development Knowledge Check

University

20 Qs

quiz-placeholder

Similar activities

MEMORY CHECK - SUPPLEMENTARY COURSES FOR JS&JP

MEMORY CHECK - SUPPLEMENTARY COURSES FOR JS&JP

University

15 Qs

IMD312_Reference source

IMD312_Reference source

University

16 Qs

Responsive

Responsive

University

17 Qs

Microsoft 98-365 Server Admin Part 2

Microsoft 98-365 Server Admin Part 2

KG - Professional Development

22 Qs

Back-End Development - Quiz 1

Back-End Development - Quiz 1

University

20 Qs

Active Directory and Folder Redirection Quiz

Active Directory and Folder Redirection Quiz

University

20 Qs

Lower Extremity Part III

Lower Extremity Part III

University

20 Qs

Mengenai Jiwasraya

Mengenai Jiwasraya

KG - Professional Development

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?