Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Introduction

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

HTML stands for

a)

Hyper Text Making Language

b)

Hyper Text Markup Language

c)

Hyper App Coding Language

d)

Hyper Web Coding Language

2.

HTML is the standard markup language for

a)

Create apps

b)

Creating Search engines

c)

Creating Web pages

d)

Creating Games

3.

HTML describes

a)

The style of the web page

b)

The structure of the web page

c)

The script of the web page

4.

The _______________ declaration defines this document to be HTML5

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<title>

5.

HTML consists of a series of

a)

Elements

b)

Titles

c)

Documents

d)

Links

6.

What is an HTML Element?

a)

Everything from the start tag to the content

b)

Everything from the start tag to the finishing tag

c)

Only the start tag and end tag

d)

None of the answers is correct

7.

HTML tags are surrounded by __________.

a)

<angle brackets>

b)

(round brackets)

c)

[square brackets]

d)

(round brackets) and [square brackets]

8.

The first tag in a pair is the start tag, the second tag is the __________.

a)

new tag

b)

end tag

c)

last tag

d)

Finishing tag

9.

The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?

a)

<p>

b)

<p/>

c)

</p>

d)

</p/>

10.
What is always the last line in an HTML webpage?
a)
<!DOCTYPE html>
b)
<html>
c)
</html>
d)
<title>