HTML Semester 1 Review

HTML Semester 1 Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML &CSS

HTML &CSS

9th Grade

21 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

Web Design and Development N5

Web Design and Development N5

10th Grade

17 Qs

CodeHS Div & Spans

CodeHS Div & Spans

7th - 12th Grade

20 Qs

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

SDA Chapter 3A Vocabulary

SDA Chapter 3A Vocabulary

6th - 9th Grade

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

HTML Semester 1 Review

HTML Semester 1 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mollie Robinson

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html>

<head>

<title>Flowers of the Valley</title>

<link rel =”stylesheet” type=”text/css” href=”main.css”>

</head>

<body>

<h1>Lillies and Tulips</h1>

<p>Look at our new arrivals!</p>

</body>

What will appear in the tab of the webpage?

Lilies and Tulips

main

Flowers of the Valley

Look at our new arrivals!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<html>

<head>

<title>Flowers of the Valley</title>

<link rel =”____________” type=”________” href=”________”>

</head>

<body>

<h1>Lillies and Tulips</h1>

<p>Look at our new arrivals!</p>

</body>

Look at the missing blanks. Fill in the CSS link in the correct order.

text/css, stylesheet, main.css

stylesheet, main.css, text/css

main.css, stylesheet, text/css

stylesheet, text/css, main.css

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is background color of the webpage?

yellow-green

dark green

blue

yellow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What color are the words “Lilies and Tulips”?

yellow-green

dark green

blue

yellow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What color are the words “Look at our new arrivals!”?

yellow-green

dark green

blue

yellow

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where would you find Internal CSS? 

In the body of a webpage

In a tag of a webpage

In a separate file

In the head of a webpage

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of precedence in CSS?

inline, internal, external

external, internal, inline

inline, external, internal

internal, external, inline

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?