wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

INTRO TO HTML ELEMENTS

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

HTML Tag is a _______________ tag based programming language

a)

Hyper Time Marking Language

b)

Head Title Meta Language

c)

Hyper Text Markup Language

d)

H1 Text Moving Language

2.

The _________ element can include a title for the document, scripts, styles, meta information, and more

a)

HTML

b)

Head

c)

Title

d)

Body

3.

The ___________ tag is required in all HTML documents and defines the title of the document.

a)

HTML

b)

Head

c)

Title

d)

Body

4.

The ___________ element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

a)

HTML

b)

Head

c)

Title

d)

Body

5.

___________ defines the most important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

6.

___________ defines the least important heading.

a)

HTML

b)

Head

c)

H1

d)

H6

7.

The ________ tag defines a paragraph

a)

<span>

b)

<div>

c)

<para>

d)

<p>

8.

The ________ tag is a phrase tag used to define importance.

a)

<span>

b)

<strong>

c)

<para>

d)

<img>

9.

The ________ tag used to group inline-elements in a document.

a)

<span>

b)

<strong>

c)

<para>

d)

<img>

10.

The ________ tag has the ability to render a still picture on a web page.

a)

<movie>

b)

<audio>

c)

<video>

d)

<img>

11.

The ________ tag specifies videos, such as movies or series on websites like Netflix or Youtube.

a)

<movie>

b)

<audio>

c)

<video>

d)

<img>

12.

The ________ tag specifies a list where order is not important

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

13.

The ________ tag specifies a list where order is important

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

14.

The ________ tag specifies a list where a blank line is to be inserted.

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>

15.

The ________ tag defines a division or section of an HTML document.

a)

<br>

b)

<div>

c)

<ul>

d)

<li>

e)

<ol>