wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 13

Worksheet time: 6mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hyper Transfer Message Language

c)

Home Tool Markup LanguageHyperlinks

d)

Text Markup Language

2.

The <title> element must be located inside

a)

the <head> element

b)

the <body> element

3.

Which HTML element defines the title of a document?

a)

<meta>

b)

<title>

c)

<head>

4.

Browsers do not display the HTML tags ?

a)

True

b)

False

5.

The start tag is also called the ...................

a)

closing tag.

b)

opening tag

c)

Middle tag

d)

Declaring tag

6.

Web pages starts with which of the following tag?

a)

<Body>

b)

<Title>

c)

<HTML>

d)

<Form>

7.

Which tag we use to create paragraph ?

a)

<p> and </p>

b)

<I> and </I>

c)

<hr> and </hr>

d)

<U> and </U>

8.

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>

9.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

10.

What defines the beginning and ending of the visible part of a webpage?

a)

<head> main part of the document </body>

b)

<body> main part of the document </html>

c)

d) </body> main part of the document <html>

d)

<body> main part of the document </body>

11.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

12.

A _______ Is A computer on the internet that is used for storing and running websites.

a)

Command

b)

Server

c)

HTML 5

d)

Ram

13.

Which element would I use to make a level 3 heading

a)

<h1>

b)

<h3>

c)

<heading>

d)

<heading3>