Meta Charset Tag

Example using the meta charset tag in HTML.

Preview

Code


<head>
  <meta charset="UTF-8">
</head>

More HTML Charsets Examples (3)