wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz1

Total questions: 30

Worksheet time: 9mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Markup Language

b)

Hyperlink Text Markup Language

c)

HyperText Multi Language

d)

High Text Markup Language

2.

Who is known as the father of the web?

a)

Tim Berners-Lee

b)

Marc Andreessen

c)

Vint Cerf

d)

Bill Gates

3.

What is the latest version of HTML?

a)

HTML5

b)

HTML4

c)

HTML3

d)

HTML6

4.

What is the purpose of the tag in HTML?

a)

To display images

b)

To contain metadata about the document

c)

To define the visible content of the webpage

d)

To create hyperlinks

5.

Which tag is used to create a paragraph in HTML?

a)

<head>, </head>

b)

<h2>, </h2>

c)

<p>, </p>

d)

<br>

6.

What is the function of the


<hr> tag?

a)

To insert an image

b)

To create a list

c)

To create a new paragraph

d)

To create a horizontal line

7.

Which tag is used to define a table in HTML?

a)

<tbl>

b)

<th>

c)

<td>

d)

<table>

8.

What is the purpose of the <b> tag?

a)

To create a heading

b)

To highlight text

c)

To underline text

d)

To italicize text

9.

Which tag is used for comments in HTML?

a)

<-- Comment-->

b)

<# Comment>

c)

<!--Comment-->

d)

<$--Comment-->

10.

What does the

  • tag <ul> create?

a)

An unordered list

b)

A definition list

c)

A table

d)

An ordered list

11.

Which tag is used to define the header cell of a table?

a)

<head>

b)

<p>

c)

<h1> to <h6>

d)

<table>

12.

What is the purpose of the tag <head>?

a)

To define the body of the document

b)

To provide metadata about the document

c)

To create a link

d)

To insert an image

13.

(a)   are software programs that enable the user to create and edit text files.

14.

HTML files are saved with the extension _________ or _________ .

(a)  

15.

Elements describe how the website should appear in the browser/ structure of the pages.

a)

True

b)

False

16.

HTML5 elements are marked up using ________ tags and _______ tags.

(a)  

17.

Tags act like containers. They tell you something about the information that lies between their opening and closing tags.

a)

True

b)

False

18.

Words between <h6> and </h6> are the main heading.

a)

True

b)

False

19.

The tag indicates that anything between it and its closing tag should be shown inside the main browser.

a)

<html>

b)

<head>

c)

<body>

d)

<p>

20.

Create the structure of the page.

a)

HTML

b)

CSS

c)

Javascript

d)

None of the choices.

21.

Stylize the website.

a)

HTML

b)

CSS

c)

Javascript

d)

None of the choices.

22.

Increase the interactivity of the page.

a)

HTML

b)

CSS

c)

Javascript

d)

None of the choices.

23.

HTML is the basic building block of the World Wide Web.

a)

True

b)

False

24.

The HTML tag used to force a line break.

(a)  

25.

It defines a specific cell in a table.

a)

<caption>

b)

<tr>

c)

<td>

d)

<cell>

26.

It is used to create a list of ordinal numbers.

a)

<td>

b)

<th>

c)

<ul>

d)

<ol>

27.

The html tag (a)   specifies an image.

28.

Use (a)   tag to specify the hyperlink.

29.

HTML became an ISO in year?

a)

1999

b)

2000

c)

2001

d)

2002

30.

CSS stands for?

(a)