wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What does it mean HTML?

a)

HyperLink Media License

b)

HyperText Markup Language

c)

High exTensible Markup Language

d)

HighText Markup Language

2.

What is the base of the HTML code?

a)

Links

b)

Hypertext

c)

Tags

d)

Style sheet

3.

It is considered an element of HTML to everything that is defined by a tag or is within it.

a)

True

b)

False

4.

What is the correct order of the following elements?

a)

nav, header, section, article, footer

b)

header, nav, section, article, footer

c)

nav, article, header, footer, section

d)

header, section, footer, nav, article

5.

Its function is to group information of the document and its configuration. It can contain references to scripts and external style sheets loaded in the document.

a)

Body

b)

Root element

c)

Head

d)

Document Type

6.

To which component belongs the next statement:


<!DOCTYPE html>

a)

Document type

b)

Root element

c)

Body

d)

Head

7.

Create a link to another page or to some section within the document.

a)

<div></div>

b)

<table></table>

c)

<li></li>

d)

<a></a>

8.

Which one of the following options is the tag to insert an image?

a)

<p></p>

b)

<div></div>

c)

<form></form>

d)

<img />

9.

Which are the types of list on HTML?

a)

Unordered

b)

Description

c)

Ordered

d)

Related

10.

Delimits a block that occupies the entire width of the page. It can contain what the sea. Suitable for large text extensions.

a)

<p></p>

b)

<hr />

c)

<div></div>

d)

<td></td>