wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML MARKUP TAGS REVIEW

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.
This contains information about the page but no information is shown on the web page
a)

<head>

b)

<title>

c)

<style>

2.
Which is the correct tags for a paragraph?
a)

<p>This is a paragraph.</p>

b)

<p>This is another paragraph.<p>

3.
Which is the correct order for the basic HTML?
a)
Picture #1
b)
Picture #2
4.

When inputting a color into html, you can use a word like blue or a HEX code like #999033/

a)
True
b)
False
5.

The symbol needing to end a tag is </>

a)
True
b)
False
6.
You can create a html file and not include and and it will still run. But it could cause problems later on, so it is best to include them.
a)
Yes
b)
No
7.

If you create 2 html pages and images to insert, they must be saved into the same folder on the hard drive or it will not run properly (unless you direct it to a subfolder).

a)
True
b)
False
8.
Which is a bigger font?
a)
H1
b)
H6
9.
To change the text color, you use this:
a)
color
b)
font-color
10.
Which is correct to change the background color?
a)

<p style="background-color:Red;">Lorem ipsum...</p>

b)

<p style="color:Red;">Lorem ipsum...</p>

11.
Whatever you type between this tag will display on the taskbar or be the bookmark name.
a)

<style>

b)

<head>

c)

<title>

12.
Everything you want to display on the webpage must be between this tag.
a)

<body>

b)

<style>

c)

<title>

13.
You can have a beginning tab and not have an ending tag and it will still preview but could cause problems later.
a)
True
b)
False
14.
Which is the program that will make tags different colors than the text?
a)
notepad
b)
notepad++
15.

What color is black on this HEX chart?

(a)