wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSD U2 L01-02

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hyperlink and Text Markup Language

c)

Home Tool Markup Language

d)

Hyper Text Machine Language

2.

How the content of a website is organized

a)

Website Structure

b)

Website Content

c)

Website Theme

d)

Website Code

3.

Which section of Web Lab gives you directions for the project you are currently working on.

a)

Instructions Area

b)

Files & Images

c)

Workspace

d)

Preview Area

4.

The main page of your website needs to be named what?

a)

home.html

b)

index.html

c)

mainpage.html

d)

"yourname".html

5.

The special set of characters that indicates the start and end of an HTML element and that element's type.

a)

HTML Tag

b)

HTML List

c)

HTML Table

d)

HTML Element

6.

Which lab type in Code.org allows you to create websites with many of the same capabilities as a web developer?

a)

Sprite Lab

b)

Artist Lab

c)

App Lab

d)

Web Lab

7.

Which section of Web Lab where you develop your website is called?

a)

Instructions Area

b)

Files & Images

c)

Workspace

d)

Preview Area

8.

Which section of Web Lab allows you to see the changes made on your website?

a)

Instructions Area

b)

Files & Images

c)

Workspace

d)

Preview Area

9.

A piece of a website, marked by a start tag and often closed with an end tag

a)

HTML Tag

b)

HTML List

c)

HTML Table

d)

HTML Element

10.

The text and images on a website.

a)

Website Structure

b)

Website Content

c)

Website Code

d)

Website Theme

11.

When coding your HTML page, all content that will appear on the page should be placed inside of which set of tags?

a)

<p> </p>

b)

<html> </html>

c)

<body> </body>

d)

<head> </head>