Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

javascript BASIC

javascript BASIC

11th Grade

13 Qs

Основы HTML

Основы HTML

1st - 11th Grade

14 Qs

Exprés de JavaScript

Exprés de JavaScript

11th Grade

13 Qs

HTML

HTML

5th - 10th Grade

10 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Intro to JavaScript

Intro to JavaScript

6th - 12th Grade

10 Qs

10-сынып HTML + CSS + JS

10-сынып HTML + CSS + JS

12th Grade

11 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jocelyn Hall

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable stores the user input?

name

yourName

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a programmer wants to display a pop up message, which function is most appropriate to use?

console.log()

alert()

<script>

prompt()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable stores an HTML element?

name

yourName

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the console?

A type of web browser

A debugging tool that is build into a web browser

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line of code alters an HTML element?

11

12

13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a programmer wants to get user input, which function is most appropriate to use?

console.log()

alert()

<script>

prompt()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What gets printed to the console?

<h3 id="welcome">Welcome Ms. Hall</h3>

Welcome Ms. Hall

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best practice for implementing a script tag?

<script>

</script>

<body>

<h2></h2>

</body>

<body>

<script>

</script>

<h2></h2>

</body>

<body>

<h2></h2>

<script>

</script>

</body>

<body>

<h2></h2>

</body>

<script>

</script>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What gets printed to the console?

<h3 id="welcome">Welcome Ms. Hall</h3>

Welcome Ms. Hall