Character encodings in HTML: Difference between revisions

Content deleted Content added
remove an external link that is not about character encodings in HTML
m warnfile Removing:es Modifying:zh
Line 1:
[[es:Codificación de caracteres en HTML]]
[[zh:HTML的字符编码]]
 
[[HTML]] has been in use since [[1991]], but the first standardized version with a reasonably complete treatment of international characters was version 4.0, not published until 1997. Considerable care must be exercised when creating HTML pages with special characters outside the range of 7-bit [[ASCII]] to ensure two goals: the integrity of the information stored in the HTML document, and proper display of the document by the largest possible variety of browsers.
 
Line 33 ⟶ 30:
 
Note that unnecessary use of HTML character references may significantly reduce the readability of HTML. If the character encoding for a web page is chosen appropriately then HTML character references are usually only required for a few special characters. The characters '''&''', '''<''' and '''>''' always need to be encoded, as noted above.
 
[[zh:HTML的字符��]]