HTML Entities Lab
Easy
11
71.9% Acceptance
In this lab, you'll work with HTML entities to display special characters in your web pages.
HTML entities are used to display characters that are reserved for the HTML language or that cannot be directly typed using the keyboard. Some common examples of HTML entities include &
for '&', <
for '<', and >
for '>'.
In this lab, you'll practice the most basic HTML Entities that are widely used:
- Ampersand -
&
-&
- Less Than -
<
-<
- Greater Than -
>
->
- Copyright -
©
-©
- Registered Trademark -
®
-®
- Empty Space Character (Non-breaking space) -