A Pen by Praveen Dewangan on CodePen.
Created
April 12, 2018 10:11
-
-
Save dvgcode/3f2d42b36debc57f3dee68ac62d3b9df to your computer and use it in GitHub Desktop.
HTML-Heading
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Hello World</h1> | |
<h2>Hello World</h2> | |
<h3>Hello World</h3> | |
<h4>Hello World</h4> | |
<h5>Hello World</h5> | |
<h6>Hello World</h6> | |
<h7>Hello World</h7> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment