Javascript Events

Javascript Events

3rd - 4th Grade

10 Qs

quiz-placeholder

Similar activities

Data Types in Python

Data Types in Python

1st - 5th Grade

14 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

ASAS SAINS KOMPUTER TING 1-( HTML 2)

ASAS SAINS KOMPUTER TING 1-( HTML 2)

1st - 3rd Grade

10 Qs

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

Interface_web_Quizz01

Interface_web_Quizz01

1st - 10th Grade

10 Qs

GC Web Dev L3S12

GC Web Dev L3S12

4th - 6th Grade

12 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

ICT Yr 4 - GIMP Basic Tools

ICT Yr 4 - GIMP Basic Tools

4th Grade

10 Qs

Javascript Events

Javascript Events

Assessment

Quiz

Computers

3rd - 4th Grade

Medium

Created by

David Locke

Used 90+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is Javascript?

programming language

HTML tags

CSS

A web page

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Where do the <script></script> tags go in your document

Within <img> tags

In the <p></p> tags

In the <title>

In the <head> or <body>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the right Javascript event

inmouseout

anmouseout

enmouseout

onmouseout

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

You can change an image's size using Javascript?

True

False

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is being called:


onmouseover="changeText('param')";

function changeText(id) {

document.getElementById(id).innerHTML="This is the new information"; }

function changeText() {

document.getElementById("newParagraph").style.text="This is the new information"; }

function changeText() { document.getElementById("newParagraph").style ="This is the new information"; }

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Javascript can:

Interact with HTML

Check or validate user input

Can make your web pages dynamic

All of the above

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A Javascript function must be preceded with the word function?

True

False

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?