wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

study guide for web design

Total questions: 24

Worksheet time: 18mins

Name
Class
Date
1.

<h1> is an example of a _______.

a)

Headline Tag

b)

Paragraph Tag

c)

filename

2.

<p> is a _______ tag.

a)

image

b)

paragraph

c)

filename

3.

Web pages starts with which of the following tag?

a)

<form>

b)

<HTML>

c)

<body>

d)

<Title>

4.

Which of the following is the code for a paragraph to be blue?

a)

<td style=“background-color:blue;”>

b)

<h1 style=“font-size:60px;”>

c)

<p style=“color:blue;”>

d)

<tagname style=“property:value;”>

5.

How can you make a list that has no particular order?

a)

<ol> </ol>

b)

<ul> </ul>

c)

<ol> <li>

d)

<li> </ul

6.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
7.
Which of the following is an opening tag?
a)
</html>
b)
</body>
c)
</p>
d)
<h1>
8.
Which of the following is a closing tag?
a)
<p>
b)
<li>
c)
</h1>
d)
<html>
9.
Which of the following tags is used to insert an image?
a)
<p>
b)
<a>
c)
<img>
d)
<h1>
10.

Every element of html coding must have an opening and closing tag.

a)

True

b)

False

11.

</header> is

a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
12.

Which comes first in your HTML document?

a)

<html>

b)

<doctype>

c)

<!DOCTYPE html>

d)

<Title HTML>

13.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

14.

HTML is the language used to create .....

a)

Web Pages

b)

iPad Applications

c)

Mobile Applications

d)

Games

15.

Which one is the smallest heading?

a)

h1

b)

h2

c)

h4

d)

h6

16.

Which tag is used to bold text?

a)

<bd>

b)

<bo>

c)

<b>

d)

<bold>

17.

What is the missing symbol?

a)

;

b)

:

c)

=

d)

""

18.

Which can be used to identify MORE THAN ONE element?

a)

id

b)

class

19.

What is the CSS property that can be used to add space around an HTML element?

a)

float

b)

margin

c)

border-width

d)

background-color

20.

TRUE OR FALSE: HTML is used to style web pages.

a)

True

b)

False

21.

TRUE OR FALSE: CSS is used to style web pages

a)

True

b)

False

22.

TRUE OR FALSE: HTML is used to add content to web pages.

a)

True

b)

False

23.

Which CSS property is used to change the background color?

a)

color

b)

background-image

c)

background-color

d)

border-color

24.

What is the function of the <ul>

  • tag in HTML?

a)

To create an unordered list

b)

To underline text

c)

To make text uppercase

d)

To insert an image