CTI Web Dev. Week 6 Review

CTI Web Dev. Week 6 Review

6th Grade

8 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

9th Grade

12 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

Html img

Html img

3rd - 10th Grade

13 Qs

Comenzando a programar

Comenzando a programar

3rd - 8th Grade

10 Qs

Intro to CSS

Intro to CSS

7th - 8th Grade

10 Qs

CTI Web Dev. Week 6 Review

CTI Web Dev. Week 6 Review

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Krishna Durgavarjhula

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

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

<h1>Title<h1>

h1{Title}

<h1>Title</h1>

h1<Title>

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

True

False

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Which of the following is a programming language?

HTML

Javascript

Spanish

CSS

Answer explanation

HTML is a markup language, CSS is a stylesheet, and Spanish is for speaking/writing.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

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

ease-in-out

infinite

ease-in

linear

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

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

<input>

<div>

<p>

<userInput>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does @keyframes do in Javascript?

Creates a loop

Defines custom animations

Adds a button

Makes a responsive website

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What does this JS function do?

Modifies a text element

Changes the website's text color to blue

Changes the website's background-color to blue

Displays 'blue' in an alert pop-up