wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CTI Web Dev. Week 6 Review

Total questions: 8

Worksheet time: 2mins

Name
Class
Date
1.

Which of the following is the correct way to make a large heading?

a)

<h1>Title<h1>

b)

h1{Title}

c)

<h1>Title</h1>

d)

h1<Title>

2.

The CSS :hover selector styles elements when a user CLICKS on them.

a)

True

b)

False

3.

Which of the following is a programming language?

a)

HTML

b)

Javascript

c)

Spanish

d)

CSS

4.

To keep an animation's motion uniform throughout, use a ______ speed.

a)

ease-in-out

b)

infinite

c)

ease-in

d)

linear

5.

Without a JS onclick, the <button> tag in html does nothing when it's clicked.

a)

True

b)

False

6.

To make an input box in HTML, use the _______ tag.

a)

<input>

b)

<div>

c)

<p>

d)

<userInput>

7.

What does @keyframes do in Javascript?

a)

Creates a loop

b)

Defines custom animations

c)

Adds a button

d)

Makes a responsive website

8.

What does this JS function do?

a)

Modifies a text element

b)

Changes the website's text color to blue

c)

Changes the website's background-color to blue

d)

Displays 'blue' in an alert pop-up