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!






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


Read Article
https://horje.com/learn/1434/reference