wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Basics

Total questions: 9

Worksheet time: 2hrs 15mins

Name
Class
Date
1.

Which tag configures the next element or portion of text to display on a new line?

a)

<line>

b)

<nl>

c)

<br>

d)

<new>

2.

Which tag is used to link web pages to each other?

a)

<link> </link>

b)

<hyperlink> </hyperlink>

c)

<a href = "url of site"> </a>

d)

<body> </body>

3.

Which tag pair is used to create the largest heading?

a)

<h1></h1>

b)

<h9></h9>

c)

<h type = "largest"></h>

d)

<h6> </h6>

4.

What is the default horizontal alignment for elements on a webpage?

a)

center

b)

left

c)

right

d)

wherever you type them in the source code

5.

When do you need to use an absolute link?

a)

always

b)

when link to a web page file on the same site

c)

when linking to a web page on an external site

d)

never

6.

Which of the following is a reason that the text contained of the title tag should be descriptive and include the name of the business or organization?

a)

The title is saved by default when a visitor bookmarks a web page.

b)

The title may be printed when a visitor prints a web page.

c)

The title may be listed in search engine results.

d)

All of above.

7.

In what section of the HTML document does the <style> element located if you are using embedded style?

a)

title

b)

header

c)

nav

d)

head

8.

Which graphic format supports the best of GIF and JPEG?

a)

GIF

b)

JPEG

c)

PNG

d)

TIFF

9.

Why should you include height and width attributes on an <img> tag?

a)

They are required attributes and must always

be included.

b)

They help the browser render the page faster

because it reserves the appropriate space for

the image.

c)

They help the browser display the image in its

own window.

d)

none of the above