wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basics of Web Design Test

Total questions: 40

Worksheet time: 18mins

Name
Class
Date
1.

HyperText Markup Language, a language used to create web pages, is better known as?

a)

Website

b)

Internet Explorer

c)

HTML

d)

Hyperlink

2.

Which of the following represents a domain name?

a)

Google

b)

.gov

c)

www.

d)

https://

3.

What does ISP stand for?

a)

Internet Service Protocol

b)

Inline Style Paragraph

c)

Internet Service Provider

d)

Inline Service Paragraph

4.

Which of the following are methods to connect to the Internet?

a)

Wireless, WiFi

b)

Ethernet

c)

Wireless Hotspot

d)

All of these

5.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

6.

The tag that signals to a computer that the file it is reading is an HTML document is _____________ .

a)

<web>

b)

<!DOCTYPE html>

c)

<head>

d)

<html>

7.

The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.

a)

Tags

b)

Elements

c)

Sections

d)

Labels

8.

Which is NOT a browser?

a)

Safari

b)

Google

c)

Internet Explorer

d)

Google Chrome

9.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
10.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
11.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
12.
A Header;
a)
Must include your name
b)
First Line of your code
c)
Found at bottom of your code
d)
Not needed in HTML
13.

HTML is

a)

coding language that webpages are written in

b)

How To turn on the computer

c)

a streaming service

d)

a game

14.

IP Address serves what principle functions?

a)

host or network interface identification

b)

location addressing

c)

Numbers

15.

Internet

a)

When belongings are in a net

b)

A global network of a few computers and other electronic devices

c)

A global network of billions of computers and other electronic devices

d)

A global network of 500 computers and electronic devices

16.
Consider the following Web address:
http://www.mywebsite.com.
Which portion of the Web address indicates the domain name?
a)
mywebsite
b)
http
c)
.com
d)
www
17.

The head section of the web page contains metadata. Which of the following is metadata and belongs in the head section of a web page?

a)

<title>

b)

<body>

c)

<h1>

d)

<p>

18.

Which of the following is the correct syntax for a closing tag?

a)

<body>

b)

</body/>

c)

</body>

d)

<!body>

19.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
20.

HTML correct structure

a)

<html>

</html>

<head>

</head>

<title>

</title>

<body>

</body>

b)

<html>

<head>

<title></title>

</head>

<body>


</body>

</html>

c)

</html>

</head>

</title><title>

<head>

</body>


<body>

<html>

21.

What tag starts and ends an unordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

22.

What is the biggest heading tags?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

23.

What tags start and end a paragraph tag?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

24.

What is the correct tag for a hyperlink?

a)

<a href="code.org">Code.org</a>

b)

<a href="code.org">"Code.org"</a>

c)

<href="code.org">Code.org</href>

d)

<a href="code.org"><Code.org</a>

25.

What tag starts and ends a list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<li> </li>

26.

What is the smallest heading tags?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

27.

What tag starts and ends an ordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

28.

Where do we always type all of our tags?

a)

between the head tags

b)

between the body tags

c)

wherever you want

d)

between the paragraph tags

29.

What is the correct tag for an image?

a)

<img src="image1.jpg" alt="Image1">

b)

<image src="image1.jpg" alt=Image1/>

c)

<img scr="image1.jpg">alt="Image1">

d)

<image scr="image1.jpg alt="Image1"/>

30.

How confident are you about knowing the tags?

a)

I got this!

b)

I'm doing OK, I just need some practice.

c)

I need some help; I am a little confused about some tags.

d)

I am completely confused.

31.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
32.
The HTML document itself begins with .......... and ends with ............
Fill in the blanks.
a)
<html></html>
b)
<head></head>
c)
<title></title>
d)
<body></body>
33.
What is the command tag "HTML Images"
a)
<img src="img.jpg">
b)
<img url="img.jpg">
c)
<img ="img.jpg">
d)
<img href="img.jpg">
34.
To set the image size, Which command should I use?
a)
width="400"
b)
center="400"
c)
long="400"
d)
short="400"
35.
What is the command tag "HTML Link"
a)
<a href="url">link text</a>
b)
<a src="url">link text</a>
c)
<a url="url">link text</a>
d)
<a hurl="url">link text</a>
36.
What is the meaning of <p>?
a)
Starts a paragraph
b)
Starts a text
c)
Starts a body
d)
Starts a number
37.
To save the first file, Which is correct?
a)
File name: index.html
b)
File name: index.com
c)
File name: index.co.th
d)
File name: index.notepad
38.

How many levels of Heading Tags are there?

a)

5

b)

6

c)

7

d)

8

39.

This tag is used to list items on both unordered and ordered list.

a)

<list>

b)

<li>

c)

<1i>

d)

<LL>

40.

Which of the following is a paragraph tag?

a)

<pr></pr>

b)

<p></p>

c)

<pp></pp>

d)

<pg></pg>