Created
September 20, 2012 20:57
-
-
Save kloots/3758320 to your computer and use it in GitHub Desktop.
Abbr Element Test
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
<!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