How to Create and Use External JavaScript Files

How to Create and Use External JavaScript Files

University

10 Qs

quiz-placeholder

Similar activities

VC08 Technology

VC08 Technology

8th Grade - University

14 Qs

Workshop on Dubbing

Workshop on Dubbing

University

14 Qs

Scrib- Scribe-

Scrib- Scribe-

KG - University

11 Qs

Structural Elements of a Play

Structural Elements of a Play

4th Grade - University

15 Qs

Internet Technologies 2

Internet Technologies 2

University

11 Qs

HOW SMART ARE YOU?

HOW SMART ARE YOU?

12th Grade - University

10 Qs

Language of IT

Language of IT

University

15 Qs

Documentary Script

Documentary Script

6th Grade - University

15 Qs

How to Create and Use External JavaScript Files

How to Create and Use External JavaScript Files

Assessment

Quiz

English

University

Hard

Created by

Marina Savintceva

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming language is used to create external JavaScript files?

Java

Python

PHP

Ruby

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if JavaScript occupies a large part of the content of a web page?

What happens if JavaScript occupies a large part of the content of a web page?

It makes it difficult to reuse JavaScript functions on other pages

It improves the page ranking in search engines

It does not affect the operation of the web page

It speeds up the page loading

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the attribute that tells the browser where the external JavaScript file is located?

url

link

src

href

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What suffix is commonly used for JavaScript files?

.css

.php

.html

.js

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'src' attribute do in a script tag?

Specifies the path to an external JavaScript file

Creates animation

Sets the background color

Sets the font size

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you refer to an external JavaScript file from any web page?

Using the 'link' tag

Using the 'script' tag

Using the 'style' tag

Using the 'div' tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тег используется для обозначения начала и конца JavaScript кода в HTML?