Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Created January 22, 2018 18:55
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/ef1c057bdb333ebe3ece1f1ff64d91e0 to your computer and use it in GitHub Desktop.
Save W3Schule/ef1c057bdb333ebe3ece1f1ff64d91e0 to your computer and use it in GitHub Desktop.
HTML Überschriften Beispiel
<h1>Ich bin die erste Überschrift</h1>
<h2>Ich bin die zweite Überschrift</h2>
<h3>Ich bin die dritte Überschrift</h3>
<h4>Ich bin die vierte Überschrift</h4>
<h5>Ich bin die fünfte Überschrift</h5>
<h6>Ich bin die sechste Überschrift</h6>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment