Horje
How to use HTML Character Entities

Some characters are reserved in HTML.

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

Entity names or entity numbers can be used to display reserved HTML characters.


Entity names look like this:

&entity_name;

Entity numbers look like this:

&#entity_number;

To display a less than sign (<) we must write: &lt; or &#60;
Entity names are easier to remember than entity numbers.
Reffered: https://www.w3schools.com/html/html_entities.asp





Related Articles
What is HTML Entities HTML Entities
How to use HTML Character Entities HTML Entities
How to add Non-breaking Space HTML Entities
Some Useful HTML Character Entities HTML Entities
How to combinine Diacritical Marks HTML Entities

Single Articles
Entity names look like this:HTML Entities
Entity numbers look like this:HTML Entities

Read Full:
HTML Entities
Category:
Web Tutorial
Sub Category:
HTML Entities
Uploaded:
11 months ago
Uploaded by:
Admin
Views:
28



Share on: