Meta Tag Example

Example using a meta tag for character encoding.

Preview

Code


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


<p>The meta charset tag defines the character encoding.</p>

More HTML Head Examples (5)