wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IMD318 - Basic HTML Structure

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

HTML Stands for ___________

a)

Hyper Time Markup Language

b)

Hyper Text Markup Language

c)

Hyper Transfer Markup language

d)

Hyper Type Markup Language

2.

Components of HTML codes are

a)

Tags,texts and attributes

b)

Tags,elements and attributes

c)

Elements,features and attributes

d)

Elements,body and attributes

3.

HTML elements are represented by ________

a)

attributes

b)

Title

c)

Tags

d)

Information

4.

__________ give us extra information about elements.

a)

Tags

b)

Elements

c)

Attributes

d)

Title

5.

__________ is the special character inserted in the end tag.

a)

/

b)

\

c)

!

d)

@

6.

Which of the following tag is used to mark a beginning of paragraph ?

a)

<td>

b)

<tr>

c)

<p>

d)

<br>

7.

Correct HTML tag for the largest heading is __________

a)

<h1>

b)

<h2>

c)

<h6>

d)

<h4>

8.

which of the following syntax of web pages starts?

a)

<body>

b)

<title>

c)

<html>

d)

<form>

9.

The body tag usually used after __________.

a)

Title

b)

Body

c)

Form

d)

Head

10.

Which of the following is TRUE for HTML links?

a)

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

b)

<a name "https;/w.w.w.gkseries.com"> </a>

c)

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

d)

<a href = "https://w.w.w.gkseries.com"> Gkseries.com</a

11.

Which tag is used to insert images into your web pages?

a)

src

b)

img

c)

img src

d)

src image

12.

What does the 'href' attribute specify in HTML?

a)

Source of the image

b)

Link to the image

c)

URL of the image

d)

Reference to the image

13.

What is the purpose of the 'alt' attribute in an image tag?

a)

To provide a title for the image

b)

To specify the alignment of the image

c)

To define alternative text for the image

d)

To set the background color of the image

14.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

15.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>