wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

What language is used to create webpages?

a)

CSS

b)

HTML

c)

SCRATCH

d)

CODE BLOCKS

2.

What does HTML stand for

a)

HyperText Makeup Language

b)

HyperText Markup Language

c)

HyperType Markup Language

d)

HighText Markup Language

3.

<p> are used for

a)

headers

b)

page

c)

paragraph

d)

hyperlink

4.

<h> is used for

a)

Text

b)

Paragraph

c)

Headers

d)

Html head

5.

There are __________headers

a)

7

b)

5

c)

6

d)

8

6.

What does HTTP stand for

a)

HyperTransfer Text Protocol

b)

HyperText Transfer Protocol

c)

HyperText Transport Protocol

d)

HyperTransfer Transport Protocol

7.

How do you close an HTML tag

a)

<\>

b)

<>

c)

""

d)

</>

8.

What does <br/> tag do

a)

Inserts a space between text

b)

Creates a link to a webpage

c)

Inserts a single line break

d)

Inserts multiple line breaks

9.

Does the <br> tag need an end tag

a)

Yes

b)

No

c)

Sometime

d)

Maybe

10.

What is <!DOCTYPE html> used for

a)

Tells the programmer that HTML is being used

b)

Lets the browser know that it is reading in HTML

c)

Nothing, that line is made up

d)

At the beginning of a page

11.

Where are the <html> and <html/> tags used

a)

<html> at the beginning. </html> at the end

b)

</html> at the beginning. <html> at the end

c)

Both go at the beginning of the document

d)

Both go at the end of the document

12.

What is the <head> used for?

a)

Displays the key information

b)

Used to create large text

c)

Inputs an image of someone's head

d)

Used to hold information about the document

13.

Is <title> a required tag

a)

Yes

b)

No

c)

Maybe

d)

Sometimes

14.

How does the page of an HTML start

a)

<@DOCTYPE html>

b)

<?DOCTYPE html>

c)

<!DOCTYPE html>

d)

</DOCTYPE html>

15.

Which Heading is the largest

a)

<h6>

b)

<h1>