What happens when we add emphasis to the content of a link?

<html>
<body>
<h3>Need a break?</h3>
  <a href="http://getmimo.com/r/bubu"><em>Then take a cat break</em></a>
</body>
</html>]]>
The content will link to a webpage and have emphasisThe content will only have emphasis but not link to a webpageThe link and emphasis element's won't work

The content will link to a webpage and have emphasis.