Skip to content

Instantly share code, notes, and snippets.

@huntie
Created June 12, 2014 12:07
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 huntie/7ad7dbdc0aec7aeb18ee to your computer and use it in GitHub Desktop.
Save huntie/7ad7dbdc0aec7aeb18ee to your computer and use it in GitHub Desktop.
Show link addresses alongside titles in a printed webpage
@media print {
a:after {
/* Display link address for accessibility */
content: ' [' attr(href) '] ';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment