wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5 TAGS

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which among these is a container tag?

a)

<IMG>

b)

<BR>

c)

<HR>

d)

<NAV>

2.

_______ tag defines some content loosely related to the page content.

a)

<article>

b)

<aside>

c)

<source>

d)

<section>

3.

<OL> tag by default helps us to create list with :

a)

1,2,3....

b)

A,B,C,....

c)

small filled black circle

d)

small filled black square

4.

Shortcut key for H1

a)

Ctrl+H

b)

Ctrl+Alt+H

c)

Ctrl+1

d)

Ctrl+Alt+1

5.

______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.

a)

Element

b)

Attribute

c)

custom

d)

canvas

6.

The ______ attribute of <IMG> tag helps in displaying alternate name for the image when the cursor is hovered or the image is not loaded properly.

a)

alternate

b)

source

c)

alt

d)

alt text

7.

Which of the following audio format is supported by HTML5?

a)

.ogg

b)

.wav

c)

.mp3

d)

All of the above

8.

______ tag represents self-contained content such as illustrations, photos, diagrams.

a)

<figure>

b)

<figcaption>

c)

<canvas>

d)

<nav>

9.

_______ represents a widget from which the user can obtain additional information.

a)

<keygen>

b)

<datalist>

c)

<details>

d)

<summary>

10.

<body text="color"> allows us to:

a)

change the background color in HTML.

b)

change the entire text color in HTML

c)

change the color for selected text in HTML

d)

Both b) and c)