wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Making your own Webpage

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

1, What does HTML stand for ?

a)

Hypeyourtext Makeup Language

b)

Hype Text Marker Language

c)

Hypertext Mark up Lines

d)

Hypertext Mark up Language

2.

2.What is the name of the software needed to interpret a webpage ?

a)

Google Chrome

b)

Internet Explorer

c)

Browser

d)

Firefox

3.

3. Which tag is an example of a closed Tag

a)

<p/>

b)

<h1/>

c)

</h3>

d)

<h3>

4.

4. Which of the following are true about using tags in html ?

a)

they always appear in sets e.g.<p></p>

b)

they are written in lower case e.g. h1, not H1

c)

they are used to create a structure for the web page

d)

together they make up teh basic structure for a web page

5.

5,A Html file has and ending .................

a)

.webpage

b)

.ht

c)

.doc

d)

.html

6.

a)
b)
c)
d)
7.

7.What do you think this would make when run in a browser ( clue - no body tags)

<html>

<h1>This is my main heading</h1>

</html>

a)
b)

This is my main heading

c)

Invalid syntax - cannot run

8.

8.Why are body <body></body> tags used for in a webpage ?

a)

They are used to make the webpage run faster

b)

They help make it easier for a webpage be displayed

c)

It is used to make the webpage larger

d)

Whatever is placed inside them is displayed on the screen

9.

9. What does a paragraph tag<p></p> do to text ?

a)

It creates a new line above and below the line of text

b)

It makes a new line underneath the text

c)

It will underline the text

d)

It will make the text go bold

10.

10. Which tag would you use to create the smallest heading ?

a)

<h1></h1>

b)

<h4></h4>

c)

<h2></h2>

d)

<h3></h3>