Horje
What is 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
What is HTML Encoding (Character Sets) HTML Charsets
What is The ASCII Character Set HTML Charsets
What is The ANSI Character Set HTML Charsets
What is The ISO-8859-1 Character Set HTML Charsets
What is The UTF-8 Character Set HTML Charsets
What is the Differences Between Character Sets HTML Charsets

Single Articles
ExampleHTML Charsets

Read Full:
HTML Charsets
Category:
Web Tutorial
Sub Category:
HTML Charsets
Uploaded by:
Admin
Views:
122


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