Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Last active January 22, 2018 19:01
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/4515c1e85cfed67ce58019b3cf37a679 to your computer and use it in GitHub Desktop.
Save W3Schule/4515c1e85cfed67ce58019b3cf37a679 to your computer and use it in GitHub Desktop.
HTML5 Gerüst Grundentwurf
<!DOCTYPE html>
<html>
<head>
<title>Seiten Titel</title>
</head>
<body>
<h1>Dieses ist eine Überschrift</h1>
<p>Dieses ist ein Paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment