HTML decimal character rendering: Difference between revisions

Content deleted Content added
Illegal characters: rephrase "not allowed to".
Added a See Also section
Line 23:
 
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]]"[http://www.w3.org/TR/REC-html40/struct/text.html#h-9.1]. The "form feed" control character, which would be at 12, is not allowed in HTML documents, but is also mentioned as being one of the "white space" characters &mdash; perhaps an oversight in the specifications. In HTML, most consecutive occurrences of white space characters, except in a <code>&lt;pre&gt;</code> block, are interpreted as comprising a single "word separator" for rendering purposes. A word separator is typically rendered a single en-width space in European languages, but not in others.
 
== See also ==
* [[Character encodings in HTML]]
* [[Character entity reference]]
* [[List of XML and HTML character entity references]]
 
{{DEFAULTSORT:Html Decimal Character Rendering}}