Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Created January 24, 2018 16:36
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/bf51f212160d4794d020557bf8243d4b to your computer and use it in GitHub Desktop.
Save W3Schule/bf51f212160d4794d020557bf8243d4b to your computer and use it in GitHub Desktop.
HTML <html> Element Beispiel
<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