CSS/ JavaScript

CSS/ JavaScript

10th Grade

7 Qs

quiz-placeholder

Similar activities

Intro to JavaScript

Intro to JavaScript

9th - 12th Grade

12 Qs

Basics of Coding

Basics of Coding

6th - 10th Grade

12 Qs

JavaScript Intro

JavaScript Intro

9th - 12th Grade

12 Qs

Codecademy Introduction to JavaScript

Codecademy Introduction to JavaScript

9th - 12th Grade

12 Qs

10 Quiz#4: JavaScript Events

10 Quiz#4: JavaScript Events

10th Grade

12 Qs

Computer Programming - Reviewer 1

Computer Programming - Reviewer 1

10th Grade

10 Qs

Intro to JavaScript

Intro to JavaScript

6th - 12th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

CSS/ JavaScript

CSS/ JavaScript

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Miss Dina Eid

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Indicates the beginning  and the end of a JavaScript section.
<html> </html>
<style> </style>
<article> </article>
<script> </script>

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A JavaScript file has an extension name of

.html

.js
.css
.Jp

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can a developer show a pop-up message to the user?

alert

prompt

console.log

<p> tag

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What attribute/value do we use to make a button execute JavaScript when clicked?

on-click="doSomething;"

on-click="doSomething;"

onclick="doSomething();"

onclick=doSomething();

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is CSS used for?
styling web pages
formatting script correctly
client side scripting
server side scripting

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do I change the size of an image?
width / height
scale
size
shrink

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is JavaScript used for?

styling web pages

adding elements to a web page

client-side scripting / implementing logic

changing the colors of HTML elements