Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Created July 16, 2018 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save W3Schule/e5d9acf70759d03c50abcdde254b42e6 to your computer and use it in GitHub Desktop.
Save W3Schule/e5d9acf70759d03c50abcdde254b42e6 to your computer and use it in GitHub Desktop.
HTML Head Element Beispiel
<!DOCTYPE html>
<html>
<head>
<title>Mein erstes HTML</title>
<meta charset="UTF-8">
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment