0 votes
in HTML by
What is Character Encoding?

1 Answer

0 votes
by
To display an HTML page correctly, a web browser must know which character set (character encoding) to use. This is specified in the tag:

HTML4:

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

HTML5:

<meta charset="UTF-8">

Related questions

+1 vote
asked Jan 28, 2021 in HTML by SakshiSharma
0 votes
asked Apr 10, 2021 in JAVA by Robindeniel
...