Horje
The ISO-8859-1 Character Set

ISO-8859-1 was the default character set for HTML 4. This character set supported 256 different character codes. HTML 4 also supported UTF-8.

  • Identical to ASCII for the first 127 characters
  • Does not use the characters from 128 to 159
  • Identical to ANSI and UTF-8 from 160 to 255

HTML 4 Example

Example: HTML
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">

HTML 5 Example

Example: HTML
<meta charset="ISO-8859-1">





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


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