Character encodings in HTML: Difference between revisions

Content deleted Content added
Qalle2 (talk | contribs)
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 1:
<! DOCTYPE html >
{{Short description|Use of encoding systems for international characters in HTML}}
<html>
{{For|a list of character entity references|List of XML and HTML character entity references}}
<head>
{{Hatnote|For fixing links within Wikipedia, see [[Help:Percent-encoding#Fixing links with unsupported characters|Help:Percent-encoding § Fixing Links with Unsupported Characters]].}}
<title>Home page</title>
{{Use dmy dates|date=December 2021}}
{{Html series}}
While Hypertext Markup Language ([[HTML]]) has been in use since 1991, HTML 4.0 from December 1997 was the first standardized version where international [[character (computing)|character]]s were given reasonably complete treatment. When an HTML document includes special characters outside the range of seven-bit [[ASCII]], two goals are worth considering: the information's [[integrity]], and universal [[Web browser|browser]] display.
 
==Specifying the document's character encoding==