wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

HTML is what type of language ?

a)

Scripting Language

b)

Network Protocol

c)

Markup Language

d)

Programming Language

2.

A piece of a website, marked by a start tag and often closed with an end tag

a)

website content

b)

HTML tag

c)

HTML element

d)

website structure

3.

Which heading HTML elements will create the smallest font size on a website?

a)

<h1>name</h1>

b)

<h2>name</h2>

c)

<h7>name</h7>

d)

<h5>name</h5>

4.

Look at the HTML code below and predict how the headings will be displayed.


<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>

a)
b)
c)
d)
5.

Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.

a)
b)
c)
d)
6.

Select the image tag that is correctly written in HTML code

a)
b)
c)
d)
7.

The elements <DIV> and <SPAN> have the following characteristics

a)

Element <DIV> inherits properties defined for <SPAN> in a stylesheet

b)

<DIV> is used inside element <P>.

c)

<DIV> and <SPAN> are used as alternatives for the element <P>

d)

Elements <SPAN> and <DIV> define content to be inline or block-level

8.

How can you open a link in a new browser window?

a)

<a href="url" target="_blank">

b)

<a href="url" target="new">

c)

<a href="url" new>

d)

<a href="url" target="">

9.

How can you create an e-mail link?

a)

<mail href="a@b">

b)

<mail>a@b</mail>

c)

<a href="a@b">

d)

<a href="mailto:a@b.com">

10.

Which of the following html elements contains a bug?

a)
b)
c)
d)