wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Holistick Technical Method Library

c)

Hyper Tax Makes Line

d)

None of the above

2.

<a> and </a> are the tags used for ______

a)

Adding image

b)

Aligning text

c)

Audio-voiced text

d)

Adding links to your page

3.

To add a plain color background to your web page, use which of the following?

a)

<body bgcolor= “36,24,35”>

b)

<body color= “red”>

c)

<body bgcolor= “red">

d)

None of the above

4.

What is the correct HTML for creating a hyperlink?

a) <a>https://w.w.w.gkseries.com</a>

b)

c) <a url=”https://w.w.w.gkseries.com> Gkseries.com</a>

d) <a href=”https://www.gkseries.com”> Gkseries.com</a>

a)

<a>https://w.w.w.gkseries.com</a>

b)

<a name=”https://w.w.w.gkseries.com”> Gkseries.com</a>

c)

<a url=”https://w.w.w.gkseries.com> Gkseries.com</a>

d)

<a href=”https://www.gkseries.com”> Gkseries.com</a>

5.

What kind of list will <ol> tags create?

a)

Numbered list

b)

Bulleted list

c)

Unordered list

d)

None of the above

6.

Choose the correct HTML tag to make a text bold

a)

<bd>

b)

<bold>

c)

<bl>

d)

<b>

7.

What is the correct HTML code for inserting an image?

a) <img>image.gif</img>

b) <img href=”image.gif/>

c) <img src=”image.gif”>

d) None of the above

a)

<img>image.gif</img>

b)

<img href=”image.gif/>

c)

<img src=”image.gif”>

d)

None of the above

8.

The HTML tags are all

a)

in lower case

b)

in upper case

c)

tags are case sensitive

d)

tags are not case sensitive

9.

Which of these tags are all <table> tags?

a)

<table><tr><tt>

b)

<table><tn><tr>

c)

<table><tr><td>

d)

<table><tr><tn>

10.

For creating drop down list in HTML forms which element is suitable

a)

<list>

b)

<dropdown>

c)

<select>

d)

all the above

11.

In HTML form <input type="text"> is used for -

a)

one line text

b)

block of text

c)

one paragraph

d)

None

12.

Choose the correct HTML element for the largest heading:

a)

<h6>

b)

<head>

c)

<heading>

d)

<h1>

13.

Inline elements are normally displayed without starting a new line.

a)

False

b)

True

14.

Which of the following tags is used to make a portion of text italic in HTML?

a)

<italic>

b)

<style="i">

c)

<i>

d)

<style="italic">

15.

Which among the following is correct HTML code for making a checkbox?

a)

<checkbox>

b)

<input type="checkbox">

c)

<check>

d)

<input type="check">