Javascript Events

Javascript Events

3rd - 4th Grade

10 Qs

quiz-placeholder

Similar activities

Styling CSS

Styling CSS

1st - 3rd Grade

10 Qs

Comenzando a programar

Comenzando a programar

3rd - 8th Grade

10 Qs

Использование DOM

Использование DOM

4th - 7th Grade

15 Qs

CODING

CODING

1st - 5th Grade

10 Qs

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

AV1/R1 2TEC_FE_AULA 05 A 21_Parâmetros de Requisições HTTP

1st Grade - University

13 Qs

Веб дизайн МКА

Веб дизайн МКА

1st - 5th Grade

10 Qs

Quiz pertemuan 12 - Web Programming

Quiz pertemuan 12 - Web Programming

1st - 5th Grade

10 Qs

Funkcije u JS

Funkcije u JS

KG - 12th Grade

8 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?