wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web development

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

HTML is what type of language ?

a)

Scripting Language

b)

Markup Language

c)

Network Protocol

d)

Programming Language

2.

What is the full form of HTML?

a)

Hyper Text Markup Language

b)

Hyper Tech Markup Language

c)

Hyper Teach Markup Language

3.

The year in which HTML was first proposed

a)

1980

b)

1991

c)

1975

d)

1990

4.

What should be the first tag in any HTML document?

a)

<head>

b)

<title>

c)

<html>

d)

<body>

5.

HTML web pages can be read and rendered by

a)

Compiler

b)

Interpreter

c)

Server

d)

Web Browser

6.

What tag is used to display a picture in a HTML page?

a)

img

b)

src

c)

pic

7.

HTML tags are surrounded by which type of brackets.

a)

{}

b)

[]

c)

<>

d)

()

8.

What is the correct HTML element for inserting a line break?

a)

<break>

b)

<br>

c)

<hr>

d)

<lb>

9.

Choose the correct HTML element to define important text

a)

<important>

b)

<strong>

c)

<b>

d)

<i>

10.

Choose the correct HTML element to define emphasized text

a)

<em>

b)

<i>

c)

<b>

11.

What is the correct HTML for creating a hyperlink?

a)

<a name="https://www.google.co.in/">Google</a>

b)

<a href="https://www.google.co.in/">Google</a>

c)

<a>https://www.google.co.in/</a>

12.

Which character is used to indicate an end tag?

a)

^

b)

/

c)

*

d)

<

13.

What is the correct HTML for making a checkbox?

a)

<input type="check">

b)

<checkbox>

c)

<input type="checkbox">

14.

What is the correct HTML for making a text input field?

a)

<textfield>

b)

<input type="textfield">

c)

<input type="text">

d)

<textinput type="text">

15.

What is the correct HTML for inserting an image?

a)

<image src="image.gif" alt="MyImage">

b)

<img src="image.gif" alt="MyImage">

c)

<img alt="MyImage">image.gif</img>

d)

<img href="image.gif" alt="MyImage">

16.

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

a)

True

b)

False

17.

Which HTML element defines the title of a document?

a)

<meta>

b)

<head>

c)

<title>

18.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

a)

title

b)

alt

c)

src

19.

What is the correct HTML for adding a background color?

a)

<body style="background-color:yellow;">  

b)

<body bg="yellow">

c)

<background>yellow</background>

20.

Which HTML tag produces the biggest heading?

a)

<h1>

b)

<h5>

c)

<h3>

d)

<h11>