Skip to content

Instantly share code, notes, and snippets.

@kloots
Created September 20, 2012 20:57
Show Gist options
  • Save kloots/3758320 to your computer and use it in GitHub Desktop.
Save kloots/3758320 to your computer and use it in GitHub Desktop.
Abbr Element Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SR Abbr Element Test</title>
</head>
<body>
Ben Bernanke, the Chairman of the <b><abbr title="Internal Revenue Service">IRS</abbr></b>, would likely be the least popular man in America if more people knew his name.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment