HTML JavaScript

HTML JavaScript

11th Grade

5 Qs

quiz-placeholder

Similar activities

HTML forms

HTML forms

11th Grade - University

10 Qs

Website Design

Website Design

KG - University

10 Qs

HTML basics

HTML basics

11th Grade

10 Qs

JS Snippet Quiz

JS Snippet Quiz

9th - 12th Grade

8 Qs

Gmetrix Session 1:  Into to Pro using HTML and CSS

Gmetrix Session 1: Into to Pro using HTML and CSS

7th - 12th Grade

10 Qs

Intro to HTML

Intro to HTML

9th - 12th Grade

10 Qs

GRADE 11 & 12 ICT

GRADE 11 & 12 ICT

9th - 12th Grade

10 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML JavaScript

HTML JavaScript

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Preston Rowland

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the HTML <script> tag

To define a client-side script

To define a server-side script

To define a CSS style

To define an image

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are some common uses of JavaScript?

Image manipulation

Form validation

Dynamic changes of content

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most common method for JavaScript to select an HTML element?

document.getElementById()

document.getElementByClass()

document.getElementByName()

document.getElementByTag()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the HTML <noscript> tag do?

Defines an alternate content for users with disabled scripts

Defines a comment in the HTML code

Defines a section of preformatted text

Defines a hyperlink

5.

DRAG AND DROP QUESTION

45 sec • 1 pt

<script>
document.​ ​ (a)   ("demo").innerHTML = "Hello World!";
</script>

getElementByStatus
getElementById
GetElementByHTML
GetElementByAttributes