wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

html_final

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

Who is making the Web Standards?

a)

The World Wide Web Consortium

b)

Internet Explorer

c)

Google

d)

Microsoft

2.

Choose the correct HTML element for the largest heading:

a)

<heading>

b)

<h1></h1>

c)

<h4></h4>

d)

<h2></h2>

3.

Choose the correct HTML element to define important text

a)

<i>

b)

<strong>

c)

<important>

d)

<none>

4.

Which character is used to indicate an end tag?

a)

/

b)

>

c)

*

d)

^

5.

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

a)

<a href="url" new>

b)

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

c)

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

6.

How can you make a numbered list?

a)

<li>

b)

<ol>

c)

<ul>

d)

<list>

7.

How can you make a bulleted list?

<list><ol><ul><dl>

Next ❯

a)

<list>

b)

<ol>

c)

<ul>

d)

<dl>

8.

An <iframe> is used to display a web page within a web page.

a)

True

b)

False

9.

HTML comments start with <!-- and end with -->

a)

True

b)

False