Difference between revisions of "Character encodings in HTML"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
 
(External links)
Line 13: Line 13:
  
 
* [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]]

Revision as of 08:34, 21 April 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