HTML Semester 1 Review

HTML Semester 1 Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th - 11th Grade

20 Qs

HTML/CSS Quiz

HTML/CSS Quiz

6th Grade - University

20 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

9th - 12th Grade

20 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML CSS JS

HTML CSS JS

9th - 12th Grade

20 Qs

BTS of Web Design: Lesson Recap

BTS of Web Design: Lesson Recap

10th Grade - University

15 Qs

Webxam Programming

Webxam Programming

12th Grade

20 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?