Horje
HTML Encoding (Character Sets)

To display an HTML page correctly, a web browser must know which character set to use.


Example

The character set is specified in the <meta> tag:

Example: HTML
<meta charset="UTF-8">

The HTML5 specification encourages web developers to use the UTF-8 character set. UTF-8 covers almost all of the characters and symbols in the world!






Related Articles
HTML Encoding (Character Sets) HTML Charsets
The ASCII Character Set HTML Charsets
The ANSI Character Set HTML Charsets
The ISO-8859-1 Character Set HTML Charsets
The UTF-8 Character Set HTML Charsets
the Differences Between Character Sets HTML Charsets

Single Articles
ExampleHTML Charsets

Category:
Web Tutorial
Sub Category:
HTML Charsets
Uploaded by:
Admin


Reffered: https://www.w3schools.com/html/html_charset.asp