Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created March 4, 2012 20:54
Show Gist options
  • Save ZweiSteinSoft/1974742 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/1974742 to your computer and use it in GitHub Desktop.
#HTML5: The new way to define the meta #charset (#UTF8, for example)
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment