Dtd Entities
# DTD - Entities
* * *
Entities are variables used to define shortcuts for referencing common text or special characters.
* Entity references are references to entities.
* Entities can be declared internally or externally.
* * *
## An Internal Entity Declaration
### Syntax
### Example
DTD Example:
XML ExampleοΌ
&writer;©right;
**Note:** An entity consists of three parts: an ampersand (&), an entity name, and a semicolon (;).
* * *
## An External Entity Declaration
### Syntax
### Example
DTD Example:
XML example:
&writer;©right;
YouTip