wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

code.org Lesson 2 Intro to HTML

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What language are we using to create web pages in Computers 7 class?

a)

Java

b)

JavaScript

c)

HTML

d)

Python

2.

Where in an HTML file should you place the content you want to display on the monitor?

a)

In between <head> and </head>

b)

in between <body> and </body>

c)

After the </html> tag

d)

Above the <!DOCTYPE html> line

3.

Which line is not a part of the default code in code.org?

a)

<p> ... </p>

b)

<head>

</head>

c)

<html>

</html>

d)

<body>

</body>

4.

Is it okay to write your HTML using all capital (uppercase) letters?

a)

Yes, that is totally okay.

b)

No, HTML code in uppercase letters will not work.

c)

You can, but Mr. B. said it is better not to do it.

5.

Which line is coded correctly?

a)

p This is a paragraph /p

b)

<p> This is a paragraph <p/>

c)

<p> This is a paragraph </p>

d)

</p> This is a paragraph <p>

6.

Which heading will display with the largest text?

a)

<h7> Bruh </h7>

b)

<h6> Bruh </h6>

c)

<h3> Bruh </h7>

d)

<h1> Bruh </h1>

7.

What should be placed in between <head> and </head> tags?

a)

All the headings in your web page

b)

Everything you want to display on the screen

c)

The DOCTYPE line

d)

Nothing. You have not been taught any commands that go in between <head> and </head>

8.

When you are coding, what does the term "debugging" mean?

a)

Spraying bug spray in the computer lab

b)

Finding and fixing errors in your code

c)

Checking each other for lice

d)

Coding with a partner

9.

in code.org's Web Lab, you can see your code and the output that results from the code at the same time.

a)

True

b)

False

10.

Coding web pages using HTML is fun!

a)

Yes!

b)

Kind of

c)

Not really

d)

I hate it