Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Intro to HTML

Total questions: 21

Worksheet time: 14mins

Name
Class
Date
1.

The <body> contains everything that is displayed on the webpage.

a)

True

b)

False

2.

HTML is the language used to create .....

a)

Web Pages

b)

iPad Applications

c)

Mobile Applications

d)

Games

3.

what does html stand for?

a)

Hyper text markup language

b)

Hybrid text method language

c)

hybrid truck monkey lingo

d)

Hyper type marker language

4.

What is an html element?

a)

The code of a page

b)

Images, paragraphs, hyperlinks, headings etc.

c)

The URL of the webpage

5.

The content of a website goes in which tag?

a)

<html>

b)

<head>

c)

<body>

d)

<b>

6.

all html pages begin with which tag?

a)

<html>

b)

<body>

c)

<head>

d)

<i>

7.

all html pages begin with which tag?

a)

<html>

b)

<body>

c)

<head>

d)

<i>

8.

What do closing tags look like?

a)

</>

b)

<>

c)

{}

d)

()

9.

What do opening tags look like?

a)

()

b)

<>

c)

</>

d)

{}

10.

What symbols surround HTML tags?

a)

" Quotes "

b)

{ curly brackets }

c)

all of the above

d)

< angle brackets >

11.

What is the correct way to write a closing tag?

a)

Slash before tag, like </p>

b)

Slash before bracket, like /<p>

c)

Repeat opening tag like: <p>

d)

Slash after tag, like <p/>

12.

What is the correct way to write a closing tag?

a)

Slash before tag, like </p>

b)

Slash before bracket, like /<p>

c)

Repeat opening tag like: <p>

d)

Slash after tag, like <p/>

13.

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

a)

HTML

b)

HTML Website

c)

HTML Element

d)

HTML Tag

14.

Website Content includes

a)

Images

b)

Raw text

c)

Other elements

d)

All of the Above

15.

Website Structure is the purpose of different pieces of content in a web page, used to help the computer determine how

a)

to set up the web page

b)

to display the content

c)

to change the font size

d)

to change the language to Spanish

16.

What are the 3 parts in the Web lab?

a)

Files, lab, screen

b)

Lab, Screen, Workspace

c)

Files, Workspace, Preview

d)

Files, Screen, Preview

17.

What color is the inspector Tool when it is turned "on"

a)

Green

b)

White

c)

Yellow

d)

Orange

18.

Types of HTML can include Headers, Lists, Paragraphs, & Graphs

a)

True

b)

False

19.

What are the 3 main parts to a paragraph element?

a)

Opening Tag, Contents, Closing Tag

b)

Contents, End Tag, Middle Tag

c)

Beginning Tag, End Tag, Contents

d)

Contents, Opening Tag, Beginning Tag

20.

Which is correct way to display HTML Element to separate a paragraph from the title?

a)

<p =content/>

b)

<p> Content </p>

c)

</p> Content <p>

d)

<p> Content <\p>

21.

What is used to let the computer know what to display on the screen?

a)

Elements

b)

Content

c)

Tags

d)

HTML