wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Tags

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

This tag tells the computer this is a document written in HTML.

a)

<p>

b)

<!DOCTYPE html>

c)

<h1>

d)

<html>

2.

This tag indicates the beginning of your code written in HTML.

a)

<li>

b)

<!DOCTYPE html>

c)

<html>

d)

</html>

3.

This tag contains information about your webpage, also called the metadata.

a)

<head>

b)

<header>

c)

<title>

d)

<body>

4.

This tag contains all the main contents of your webpage.

a)

<body>

b)

<head>

c)

<contents>

d)

<p>

5.

These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page.

a)

<p>

b)

<P>

c)

</p>

d)

<h1>

6.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

7.

This tag defines a heading at the largest size.

a)

<h1>

b)

<h20>

c)

<h3>

d)

<h2>

8.

HTML stands for...

(a)  

9.

This file name is used for the main page of your website.

a)

main.html

b)

index.html

c)

start.html

d)

mysite.html

10.

A software development technique in which two programmers work together at one workstation.

a)

pair programming

b)

partner programming

c)

team programming

d)

solo programming

11.

Pairs in pair programming are comprised of a ...

a)

navigator

b)

a free loader

c)

driver

d)

passenger

12.

Which of the following is not a heading tag?

a)

<h7>

b)

<h1>

c)

<h2>

d)

<h4>

13.

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

a)

HTML Element

b)

HTML Object

c)

HTML Piece

d)

HTML Tag

14.

Match the correct end tag...

<p>

a)

<p/>

b)

<\p>

c)

</p>

d)

</P>

15.

Match the correct end tag...

<body>

a)

</body>

b)

<\body>

c)

</BODY>

d)

<body/>

16.

This is a title or summary for a document or section of a document.

a)

Heading

b)

Paragraph

c)

Mini-title

d)

Header

17.

This tag can be used to break line of text (move to a new line) inside a paragraph.

a)

<br>

b)

<break>

c)

<bl>

d)

<nl>

18.

This tag defines an element of a list.

a)

<li>

b)

<el>

c)

<ol>

d)

<ul>

19.

This tag contains an ordered list.

a)

<ol>

b)

<li>

c)

<ul>

d)

<ord>

20.

This tag represents and unordered list.

a)

<ol>

b)

<li>

c)

<ul>

d)

<un>