wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Code

Total questions: 23

Worksheet time: 16mins

Name
Class
Date
1.

HTML stands for:

a)

HyperText Markup Language

b)

HyperTurbo Machine Language

c)

HyperTraining Making Language

d)

HappyTime Makeup Lounge

2.

Every website begins with a file named:

a)

page.html

b)

start.html

c)

main.html

d)

index.html

3.

Pieces of a web page; basic features that most Web pages have in common (such as paragraphs, headings, images, and lists) are called:

a)

Elements

b)

Tags

c)

Characteristics

d)

Designs

4.

The parts of HTML source code that mark the start and end of various elements on the page, and which consist of a command between angle brackets (< > ), are called tags.

a)

True

b)

False

5.

The part of an HTML document that includes the content seen in a web page is the:

a)

Body

b)

Head

c)

Info block

d)

Content block

6.

Type the character that is in the closing tag of a tag pair, but not in the starting tag.

a)

/

b)

\

c)

@

d)

|

7.

The tag that signals to a computer that the file it is reading is an HTML document is _____________ .

a)

<web>

b)

<!DOCTYPE html>

c)

<head>

d)

<html>

8.

All content that will be visible in a web page must be added between these tags:

a)

<html> </html>

b)

<head> </head>

c)

<p> </p>

d)

<body> </body>

9.

The tag pair <h2> </h2> creates content larger than that created by the tag pair <h5> </h5>.

a)

True

b)

False

10.

The largest size heading tag - often used to create the main heading of a web page - is ____ .

a)

<h1> </h1>

b)

<h2> </h2>

c)

<h5> </h5>

d)

<h6> </h6>

11.

Groups together sets of sentences and separates them from surrounding content with some space to form a paragraph on the web page.

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

12.

Creates a numbered list on the web page.

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

13.

Creates a bulleted list on the web page

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

14.

Adds a correctly formatted item to a numbered or bulleted list

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

15.

Which line contains the error?

a)

2

b)

5

c)

7

d)

10

16.

content.png

Which HTML code sample correctly creates the content shown below?

a)
b)
c)
d)
17.

The exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

a)

Copyright

b)

Creative Commons

c)

Intellectual Property

d)

Citation

18.

A public copyright licenses that enable the free distribution of an otherwise copyrighted work. A CC license is used when an author wants to give people the right to share, use, and build upon a work that they have created.

a)

Copyright

b)

Creative Commons

c)

Intellectual Property

d)

Citation

19.

A work or invention that is the result of creativity, such as a manuscript or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

a)

Copyright

b)

Creative Commons

c)

Intellectual Property

d)

Citation

20.

A quotation from or reference to a book, paper, or author, especially in a scholarly work.

a)

Copyright

b)

Creative Commons

c)

Intellectual Property

d)

Citation

21.

What is the part of a program that does not work correctly?

a)

Bug

b)

Debugging

c)

Wrong code

d)

<html>

22.

When you find and fix problems in your algorithm or program, you are _______ the program.

a)

Debugging

b)

Bugs

c)

Coding

d)

Fixing

23.

What is the raw text, images, and other elements included in a web page?

a)

Headings

b)

Website

c)

Website Structure

d)

Website Content