Character encodings in HTML: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
m Reverted edits by Saidul777 (talk) (HG) (3.4.12)
Line 1:
{{Short description|Use of encoding systems for international characters in HTML}}
<! DOCTYPE html >
{{For|a list of character entity references|List of XML and HTML character entity references}}
<html>
{{Hatnote|For fixing links within Wikipedia, see [[Help:Percent-encoding#Fixing links with unsupported characters|Help:Percent-encoding § Fixing Links with Unsupported Characters]].}}
<head>
{{Use dmy dates|date=December 2021}}
<title>Home page</title>
{{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==