wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Basic HTML

Total questions: 20

Worksheet time: 9mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
3.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
4.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
5.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
6.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
7.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
8.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
9.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
10.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

11.

Which is the correct HTML element for inserting a line break?

a)

<b>

b)

<lb>

c)

<br/>

d)

<break>

12.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

13.

<th></th> is the code for .....

a)

a table row

b)

a table column

c)

a table header

d)

Thanos

14.

The _____ tags opens the document in a new window or tab.

a)

_self

b)

_blank

c)

_top

15.

The _____ is used in form for a single line of input.

a)

textarea

b)

text box

c)

text field

16.

What form elements are used in creating a drop-down list?

a)

<select> and <input>

b)

<label> and <input>

c)

<select> and <option>

17.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
18.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

19.
Which format usually works best for photos?
a)

JPEG

b)

DOC

c)

GIF

d)

WAV

20.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>