Horje
What is 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">





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
HTML 4 ExampleHTML Charsets
HTML 5 ExampleHTML Charsets

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


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