Skip to content

Instantly share code, notes, and snippets.

@W3Schule
Created February 26, 2018 11:18
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/fce161db7071ba1b7d0b8e4e3c65fb0e to your computer and use it in GitHub Desktop.
Save W3Schule/fce161db7071ba1b7d0b8e4e3c65fb0e to your computer and use it in GitHub Desktop.
HTML Überschriften
<h1>H1 Überschrift</h1>
<h2>H2 Überschrift</h2>
<h3>H3 Überschrift</h3>
<h4>H4 Überschrift</h4>
<h5>H5 Überschrift</h5>
<h6>H6 Überschrift</h6>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment