Skip to content

Instantly share code, notes, and snippets.

@tkoeppen
Created October 10, 2012 20:20
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 tkoeppen/3868158 to your computer and use it in GitHub Desktop.
Save tkoeppen/3868158 to your computer and use it in GitHub Desktop.
html5 target test
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
</head>
<body>
<a href="http://google.de" target="test">google.de</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment