wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hyper Time Mark-up Linguistics

d)

Hipper Text Make Language

2.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

3.

<p> tag defines?

a)

Page of Text

b)

Picture

c)

A word, a sentence, or a paragraph of text

d)

Photos

4.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>

5.

src attribute in an image tag stands for what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

6.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

7.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
8.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
9.

Google Chrome, Firefox and Safari are all examples of what?

a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
10.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
11.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

12.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

( )

13.

An HTML tag consists of...

a)

Left/Right brackets, only 1 element, and may include attribute(s) & values(s)

b)

Code, quote signs, numbers, and parenthesis

c)

hypertext tool makeup logistics

d)

super confusing language that I still don't understand

14.

Another HTML tag for bold <b> is...

a)

<em>

b)

<strong>

c)

<br>

d)

<sup>

15.

The index.html file specifies your homepage (True or False)

a)

True

b)

False

16.

Which of these tags is not one of the basic document tags every web page begins with?

a)

<html>

b)

<head>

c)

<title>

d)

<body>

e)

<h2>

17.

Which tag is used to create a hyperlink on a web page?

a)

<a href="">

b)

<hype="">

c)

<hr="">

d)

<img src="">

18.

Which image file would I need for a transparent background?

a)

.jpg

b)

.jpeg

c)

.png

d)

.pdf

19.

The <ul> tag is used to mark what type of content?

a)

a bulleted list

b)

a numbered list

c)

a line break

d)

a hyperlink

20.

The <ol> tag is used to mark what type of content?

a)

a numbered list

b)

a bulleted list

c)

an image

d)

a cell in a table

21.

Which tag is used to mark the items in a list?

a)

<li>

b)

<br>

c)

<ul>

d)

<ol>

22.

The <img> tag is used to mark what type of content?

a)

graphics

b)

video

c)

hyperlinks

d)

data tables

23.

An HTML <tag>

a)

Is used to divide sections

b)

Is not needed in HTML

c)

Tells the browser how to format our content

d)

Is part of the title line in HTML

24.

The <hr> tag puts a _________________ across your webpage.

a)

header

b)

horizontal line

c)

home run on the scoreboard

d)

heading ruler

25.

The <em> tag has the same effect as the __________ tag

a)

< e >

b)

< i >

c)

< o >

d)

< u >