Skip to content

Instantly share code, notes, and snippets.

@coderrb
Created January 22, 2018 08:53
Show Gist options
  • Save coderrb/69cbbc06b723adc6a1a1621c133532d4 to your computer and use it in GitHub Desktop.
Save coderrb/69cbbc06b723adc6a1a1621c133532d4 to your computer and use it in GitHub Desktop.
<html>
<head>
<title> heading example </title>
<body>
<h1> heading 1 </h1>
<h2> heading 2 </h2>
<h3> heading 3 </h3>
<h4> heading 4 </h4>
<h5> heading 5 </h5>
<h6> heading 6 </h6>
</body>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment