NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
HTML5 Mastery: Structure, Semantics, Attributes, and Real Projects
Image, Media, and Embedded Content Attributes
Quiz
Chapter Quiz: Image, Media, and Embedded Content Attributes
HTML Entities Quiz
Complete this assessment with 100% score to master this chapter.
01
Why do you need to use < instead of < inside HTML text content?
< is reserved as an HTML tag opener; using it in text would confuse the parser
Browsers cannot display < without the entity
< is not a valid Unicode character
The HTML spec requires entities for all punctuation
02
Which entity displays a non-breaking space that prevents two words from being split across a line?
&sp;
&space;
&nbs;
03
What does the entity © display?
©
®
™
℗
04
Which entity should you use to display a double quotation mark inside an HTML attribute value?
"
&dquote;
"
'
05
What is the numeric character reference format for the euro sign (€)?
€
€
\u20AC
#8364;
Submit Answers
Back to Lesson
Next Chapter