WorksheetsHTML Entities
Total questions: 8
Worksheet time: 4mins
Some characters are reserved in HTML.
True
False
If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags.
True
False
Character entities are used to display reserved characters in HTML.
To display a less than sign (<) we must write: < or <
True
False
A very uncommon entity in HTML is the non-breaking space:
True
False
A diacritical mark is something other than a "glyph" added to a letter.
True
False
Some diacritical marks, like grave ( ̀) and acute ( ́) are called accents.
True
False
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.
True
False
Reserved characters in HTML don't have to be replaced with character entities.
True
False
