wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to HTML5

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Which of these is an empty element?

a)

<title>,

b)

<body>

c)

<br>

d)

<p>

2.

HTML stands for (a)   Markup Language.

3.

Which tag is used to define the title of the webpage?

a)

<title>

b)

<head>

c)

<h1>

d)

<meta>

4.

Which tag gives the largest heading?

a)

<h6>

b)

<h3>

c)

<h1>

d)

<head>

5.

Which tag makes text bold?

a)

<i>

b)

<u>

c)

<b>

d)

<em>

6.

Where are HTML attributes written?

a)

Inside the start tag

b)

After the closing tag

c)

In the browser

d)

In comments

7.

Which attribute is required in <img>?

a)

alt

b)

style

c)

src

d)

width

8.

Which element contains the visible page content?

a)

<html>

b)

<head>

c)

<body>

d)

<title>

9.

Which file extension is correct for an HTML page?

a)

.docx

b)

.png

c)

.html

d)

.exe

10.

Which tag is used to start a new paragraph?

a)

<br>

b)

<p>

c)

<h1>

d)

<body>

11.

Which software is used to write HTML code?

a)

Chrome

b)

Firefox

c)

Notepad

d)

Excel