wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

code.org Unit 2 Lesson 2 Intro to HTML Quiz 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The very first line of an HTML web page is

a)

<html>

b)

<body>

c)

<!DOCTYPE>

d)

<p>

2.

This tag is placed right under the <!DOCTYPE> tag.

a)

<html>

b)

<head>

c)

<body>

d)

<p>

3.

The closing html tag </html> is all the way at the bottom of the file (the last line)

a)

True

b)

False

4.

Mr. Brobst told the class not to put any content inside the <head></head> tags

a)

True

b)

False

5.

You can only use one set of paragraph tags <p> </p> in a web page file.

a)

True

b)

False

6.

There is only one <body> element in an HTML document.

a)

True

b)

False

7.

What tag holds all the contents of a web page that you want a user to see (text, images, videos, etc.)?

a)

<head>

b)

<body>

c)

<p>

d)

<title>

8.

What tag is used to define a paragraph of text?

a)

<head>

b)

<body>

c)

<p>

d)

<title>

9.

What language is used to create web pages?

a)

HTML

b)

BASIC

c)

Fortran

d)

Pascal

10.

What is a way to look at the code that makes up a web page (We did this in class on Wednesday)

a)

Buy expensive software that lets you see the code

b)

Ask ChatGPT

c)

It is impossible to view the code

d)

Right-click and select "View page source"