Unit 2 Quiz-v1

Unit 2 Quiz-v1

9th Grade

9 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

9th - 10th Grade

12 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

Grade 12 Quiz 3 - HMTL Styles

Grade 12 Quiz 3 - HMTL Styles

12th Grade

10 Qs

Graphic Design Basics

Graphic Design Basics

10th - 12th Grade

10 Qs

نشاط 1: مكونات صفحة الويب

نشاط 1: مكونات صفحة الويب

10th Grade

11 Qs

React right here~

React right here~

University

10 Qs

HTML

HTML

10th Grade

9 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)