Skip to content

Instantly share code, notes, and snippets.

@daanyaalkapadia
Last active September 30, 2020 05:14
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 daanyaalkapadia/9d04843390ead04817a22767f50e38d8 to your computer and use it in GitHub Desktop.
Save daanyaalkapadia/9d04843390ead04817a22767f50e38d8 to your computer and use it in GitHub Desktop.
All you need to know about typography in html
<h1>lorem</h1>
<h2>lorem</h2>
<h3>lorem</h3>
<h4>lorem</h4>
<h5>lorem</h5>
<h6>lorem</h6>
<p>Lorem ipsum dolor sit <strong>amet</strong> consectetur <em>adipisicing</em> elit.
Deserunt assumenda iure iste, eum fugiat laborum sint voluptatem <del>labore</del> vitae animi odio,<br>
voluptatum est?<hr> Nostrum rem, ipsum aspernatur fuga voluptas asperiores?</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment