wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 15

Worksheet time: 1hrs 15mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hypertext Making Language

b)

Hyper Transfer Markup Language

c)

Hypertext Markup Language

d)

Hyper Transfer Making Language

2.

The <p> tag marks what type of content?

a)

paragraph

b)

heading

c)

hyperlink

d)

picture

3.

Which of these tags mark content with emphasis? (choose 2)

a)

<strong></strong>

b)

<em></em>

c)

<br></br>

d)

<hr></hr>

e)

<p></p>

4.

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

a)

<a>

b)

<link>

c)

<hr>

d)

<img>

5.

Which attribute contains the URL to a linked web page?

a)

href

b)

type

c)

src

d)

name

6.

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

7.

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

8.

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

a)

graphics

b)

video

c)

hyperlinks

d)

data tables

9.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
10.

<!DOCTYPE html> is a(n) ____________, which indicates that the page will be using HTML5.

a)

assertion

b)

tag

c)

element

d)

declaration

11.

In a page using HTML, <___></____> is used to indicate the language to be used (even though it seems unnecessary).

a)

html

b)

xhtml

c)

body

d)

img

12.

CSS stands for cascading ________ sheets.

a)

service

b)

style

c)

setup

d)

security

13.

Headings are designated using <__> through </__>.

a)

h1, h4

b)

h1, h5

c)

h1, h3

d)

h1, h6

14.

Which tag is used to indicate that everything within them will be visible on the page?

a)

meta

b)

html

c)

img

d)

body

15.

Items in a list are indicated by which tag?

a)

<i></i>

b)

<list></list>

c)

<item></item>

d)

<li></li>