HTML Semester 1 Review

HTML Semester 1 Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Ch3&Ch4TablesCSS

Ch3&Ch4TablesCSS

10th - 11th Grade

16 Qs

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

10th Grade

15 Qs

Vacation 12th Batch 2023 Final Test

Vacation 12th Batch 2023 Final Test

12th Grade

15 Qs

CSS - 19 Januari 2021

CSS - 19 Januari 2021

12th Grade - University

15 Qs

HTML, CSS, Javascript

HTML, CSS, Javascript

11th - 12th Grade

19 Qs

V5 - herhaling V4

V5 - herhaling V4

7th - 12th Grade

20 Qs

CSS

CSS

12th Grade

20 Qs

Preguntas sobre CSS

Preguntas sobre CSS

11th Grade

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