CSS/ JavaScript

CSS/ JavaScript

10th Grade

7 Qs

quiz-placeholder

Similar activities

JavaScript Programming

JavaScript Programming

9th - 12th Grade

12 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

2.3.1 Cyber Securing Ecommerce Data

2.3.1 Cyber Securing Ecommerce Data

9th - 12th Grade

12 Qs

1° NEM - R2T2

1° NEM - R2T2

10th Grade

10 Qs

JS Talks, Quiz #1

JS Talks, Quiz #1

1st - 12th Grade

12 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

10th Grade

10 Qs

Website Design

Website Design

KG - University

10 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