Inside which HTML element do we put the JavaScript?
saldeee

Quiz
•
Computers
•
10th Grade
•
Hard
hope salde
Used 5+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<js>
<script>
<javascript>
<scripting>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct JavaScript syntax to change the content of the HTML element below? <p id="demo">This is a demonstration.</p>
document.getElemntByld("demo").innerHTML="hello world!";
document.getElementByName("p").innerHTML="hello world!";
#demo.innerHTML="hello world!";
document.getElemenr("p").innerHTML+="hello world!";
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where is the correct place to insert a JavaScript?
Both the <head> section and the <body> section are correct
The <head> section
The <body> section
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for referring to an external script called "xxx.js"?
<script name="xxx.js">
<script href="xxx.js">
<script src="xxx.js">
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you write "Hello World" in an alert box?
msg("hello world");
alertBox("hello world");
msgBox("hello world");
alert("hello world");
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
how can you add a comment in a JavaScript?
<!--This is a comment-->
'This is a comment
//This is a comment
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you round the number 7.25, to the nearest integer?
rnd(7.25)
round(7.25)
Math.rnd(7.25)
Math.round(7.25)
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to assign a value to a variable?
x
=
*
-
Similar Resources on Quizizz
13 questions
HTML тегтері

Quiz
•
1st Grade - University
13 questions
JavaScript Variables

Quiz
•
3rd Grade - University
12 questions
Web Development

Quiz
•
8th - 10th Grade
10 questions
HTML, CSS, JavaScript Quiz

Quiz
•
10th Grade
10 questions
HTML Introduction

Quiz
•
3rd Grade - Professio...
11 questions
Basic HTML Tags I

Quiz
•
9th - 12th Grade
7 questions
CSS Rules Quiz-unit 4 CodeHS

Quiz
•
7th Grade - University
11 questions
CSS-ponavljanje

Quiz
•
5th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University