Content deleted Content added
FleetCommand (talk | contribs) Added a See Also section |
m Links changed to inline citations |
||
Line 13:
==Illegal characters==
HTML forbids
* 0 to 31, except 9, 10, and 13 (C0 [[control characters]])
Line 22:
These characters are ''not even allowed by reference''. That is, you should not even write them as [[numeric character reference]]s. However, references to characters 128–159 are commonly interpreted by lenient web browsers as if they were references to the characters assigned to ''bytes'' 128–159 (decimal) in the [[ISO 8859-1|Windows-1252]] character encoding. This is in violation of HTML and SGML standards, and the characters are already assigned to higher code points, so HTML document authors should always use the higher code points. For example, for the trademark sign (™), use <code>&#8482;</code>, not <code>&#153;</code>.
The characters 9 (tab), 10 (linefeed), and 13 (carriage return) are allowed in HTML documents, but, along with 32 (space) are all considered "[[whitespace (computer science)|whitespace]]"
== See also ==
Line 28:
* [[Character entity reference]]
* [[List of XML and HTML character entity references]]
== References ==
{{Reflist}}
{{DEFAULTSORT:Html Decimal Character Rendering}}
|