CTI Web Dev. Week 6 Review

CTI Web Dev. Week 6 Review

6th Grade

8 Qs

quiz-placeholder

Similar activities

HTML

HTML

9th - 12th Grade

11 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

Páginas Web . parcial 3

Páginas Web . parcial 3

12th Grade

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

HTML

HTML

8th - 9th Grade

13 Qs

HTML

HTML

10th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

CTI Web Dev. Week 6 Review

CTI Web Dev. Week 6 Review

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Krishna Durgavarjhula

Used 1+ times

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