<ul>
  <li><a href="https://google.com/">Search the Web</a></li>
  <li><a href="http://learn.shayhowe.com/">Learn How to Build Websites</a></li>
</ul>
body {
  font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
a {
  color: #0087cc;
  text-decoration: none;
}
a:hover {
  color: #ff7b29;
}
a:after {
  color: #9799a7;
  content: " (" attr(href) ")";
  font-size: 11px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.