Web Development Quiz

Web Development Quiz

University

19 Qs

quiz-placeholder

Similar activities

Refresh your JavaScript Skills!

Refresh your JavaScript Skills!

University

16 Qs

Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

Technical Quiz - INSIGHT 2K23

Technical Quiz - INSIGHT 2K23

University

23 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

3°D_SAV2_R2 3TECBE_ Algoritmos  Estruturas  Dados_17_36 QUIZIZZ

3°D_SAV2_R2 3TECBE_ Algoritmos Estruturas Dados_17_36 QUIZIZZ

11th Grade - University

21 Qs

ITMajor1 & IntroSoftEng- Prelim Examination

ITMajor1 & IntroSoftEng- Prelim Examination

University

20 Qs

UAS Pemrograman Berkerangka Kerja

UAS Pemrograman Berkerangka Kerja

University

15 Qs

Angular Quiz

Angular Quiz

University

16 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Anis Ramdani

Used 4+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the action attribute in a

tag define?

Form method

CSS class

The URL where the form data is sent

JavaScript validator

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTTP method is commonly used to send data to the server?

GET

POST

PUT

DELETE

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a valid way to get an element in the DOM?

document.getElementById("demo")

window.alert("demo")

document.alertElement("demo")

getElement("demo")

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does JSON.stringify() do in JavaScript?

Parses a JSON string into an object

Converts an object to a JSON string

Validates JSON

Sends JSON to a server

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which PHP superglobal retrieves form data sent using POST?

$_GET

$_POST

$_FORM

$_INPUT

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to define a function in JavaScript?

let function = () => {}

function myFunc() { }

def myFunc():

func myFunc()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of addEventListener() in JavaScript?

Adds a class to an element

Attaches a function to run when an event occurs

Changes element color

Binds HTML to CSS

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?