If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags.
These are the reserved characters.
Character entities are used to display reserved characters in HTML.
Syntaxt of character entity looks like this:
&entity_name; or &#entity_number;
Common UTF-8 Symbols
Icon | Html Entity | Purpose |
---|---|---|
☰ | ☰ | Open |
× | × | Close |
« | « | Left |
» | » | Right |
© | © | Copyright |
® | ® | Registered |
Tip: Use HTML Entity × for a perfectly angled rather than using X
No comments