Unit 2 Quiz-v1

Unit 2 Quiz-v1

9th Grade

9 Qs

quiz-placeholder

Similar activities

Learn HTML Part 1 Quiz

Learn HTML Part 1 Quiz

9th - 12th Grade

10 Qs

Beginning Graphic Design - Color

Beginning Graphic Design - Color

9th - 12th Grade

13 Qs

Web Quzizz

Web Quzizz

9th - 12th Grade

10 Qs

Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

6th - 12th Grade

7 Qs

HTML Basics

HTML Basics

University

12 Qs

HTML

HTML

12th Grade

10 Qs

Web Tech - Color Theory

Web Tech - Color Theory

10th - 12th Grade

10 Qs

321 Quiz11 - Scheme

321 Quiz11 - Scheme

University

13 Qs

Unit 2 Quiz-v1

Unit 2 Quiz-v1

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Ryan Murdock

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

In the code above, which three tags are semantic?


<p>, <header>, <h1>


<div>, <span>, <h1>

<span>, <p>, <div>


<h1>, <span><!DOCTYPE html>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Look over the excerpt from a web page's code:

In the code above, which element is nonsemantic?

<p>

<header>

<h1>

<div>

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a viewport?

the invisible area of a web page on mobile devices

the visible area of a web page on any device

a file that contains the styles associated with a web page

an HTML tag that controls the display of a web page

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The __________ tag lets the user convey metadata or information about a web page to interested people and services, including search engines and browsers.

<meta>

<!DOCTYPE html>

<h1>

<p>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which color scheme uses two pairs of complementary colors?

Monochromatic Colors

Complementary Scheme

Triadic Colors

Tetradic Scheme

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which color scheme uses two pairs of complementary colors? Use the image to help you choose your answer.

Triadic Colors

The Analogous Scheme

Complementary Scheme

Tetradic Scheme

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You want to color the background of a <p> element dark cyan. This color's code-friendly keyword is darkcyan. Its hex code is #008b8b.

Which declaration should you pass on to the CSS rule p {}?

bg-color: darkcyan;

background-style: #008b8b;

background-color: darkcyan;

color: #008b8b;

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A __________ is a circle that depicts a set of related colors and helps you quickly locate primary or introductory colors and colors that are mixtures of other colors.

color tray

color wheel

color options

primary wheel

9.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are building a website for a handicrafts seller. You plan to display static, unanimated product photos on the website. You want to allow users to zoom in on each product photo and examine the image closely. Which type of image files should you add to the website?

Graphics Interchange Format (GIF)

Portable Network Graphics (PNG)

Scalable Vector Graphics (SVG)

Joint Photographic Experts Group (JPG or JPEG)