wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Entities

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Some characters are reserved in HTML.

a)

True

b)

False

2.

If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags.

a)

True

b)

False

3.

Character entities are used to display reserved characters in HTML.

To display a less than sign (<) we must write: &lt; or &#60;

a)

True

b)

False

4.

A very uncommon entity in HTML is the non-breaking space: &nbsp;

a)

True

b)

False

5.

A diacritical mark is something other than a "glyph" added to a letter.

a)

True

b)

False

6.

Some diacritical marks, like grave (  ̀) and acute (  ́) are called accents.

a)

True

b)

False

7.

Diacritical marks can appear both above and below a letter, inside a letter, and between two letters.

Diacritical marks can be used in combination with alphanumeric characters to produce a character that is not present in the character set (encoding) used in the page.

a)

True

b)

False

8.

Reserved characters in HTML don't have to be replaced with character entities.

a)

True

b)

False