Search Header Logo

Web Development Knowledge Check

Authored by KHEANG OUYORNG

Education

University

Used 1+ times

Web Development Knowledge Check
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Education