Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created November 4, 2011 15:03
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 whyisjake/1339520 to your computer and use it in GitHub Desktop.
Save whyisjake/1339520 to your computer and use it in GitHub Desktop.
Super/Sub Script
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Untitled</title>
<meta name="generator" content="BBEdit 10.1" />
</head>
<body>
<h1>Super and Subs</h1>
<p>h<sub style="vertical-align:sub;">2</sub>o</p>
<p>x<sup style="vertical-align:super;">2</sup></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment