Difference between revisions of "Idrive AdminCenter Specs"
Jump to navigation
Jump to search
(Created page with "==Home== ===Search for=== ====Customer==== ====Event==== ====Ticket==== ===Tickets=== ===Maintenance overdue=== ===SDCards Alerts=== ===Useful Contacts=== ===Useful Links=== =...") |
|||
Line 1: | Line 1: | ||
+ | {{HTML}} | ||
+ | |||
+ | In [[SGML]], [[HTML]] and [[XML]] documents, the logical constructs known as ''character data'' and ''attribute values'' consist of sequences of [[character (computing)|character]]s, in which each character can manifest directly (representing itself), or can be represented by a series of characters called a ''character reference'', of which there are two types: a ''[[numeric character reference]]'' and a '''''character entity reference'''''. This article lists the character entity references that are valid in HTML and XML documents. | ||
+ | |||
+ | A character entity reference refers to the content of a named entity. An entity declaration is created by using the <code><!ENTITY name "value"></code> syntax in a [[Document type definition|Document Type Definition]] (DTD). | ||
+ | |||
==Home== | ==Home== | ||
===Search for=== | ===Search for=== |
Revision as of 12:51, 31 May 2018
In SGML, HTML and XML documents, the logical constructs known as character data and attribute values consist of sequences of characters, in which each character can manifest directly (representing itself), or can be represented by a series of characters called a character reference, of which there are two types: a numeric character reference and a character entity reference. This article lists the character entity references that are valid in HTML and XML documents.
A character entity reference refers to the content of a named entity. An entity declaration is created by using the <!ENTITY name "value">
syntax in a Document Type Definition (DTD).