Difference between revisions of "Character encodings in HTML"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
* [[ASCII]]
 
* [[ASCII]]
 
* [[Character (computing)]]
 
* [[Character (computing)]]
 +
* [[Charset sniffing]] – used by many browsers when character encoding metadata is not available
 
* [[HTML]]
 
* [[HTML]]
 +
* [[Language code]]
 +
* [[List of XML and HTML character entity references]]
 +
* [[Unicode]]
 +
* [[Unicode and HTML]]
  
 
== External links ==  
 
== External links ==  
  
 
* [https://en.wikipedia.org/wiki/Character_encodings_in_HTML Character encodings in HTML] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Character_encodings_in_HTML Character encodings in HTML] @ Wikipedia
 +
 +
 +
[[Category:Computing]]
 +
[[Category:HTML]]
 +
[[Category:Web design and development]]

Latest revision as of 19:35, 16 May 2016

When an HTML document includes special characters outside the range of seven-bit ASCII, two goals are worth considering:

  • The information's integrity
  • Universal browser display.

See also

External links