Consider a scenario where you have a simple webpage with the following content:
<h3>Hi!</h3>
<img src="http://www.thehindu.com/multimedia/dynamic/01338/IN__GOOGLE__1338298f.jpg">
If you were to add a link like this:
<a href="#">my link</a>
The link would normally appear at the bottom right next to the image. How can you apply CSS to make the link show up at the top right of the page while not affecting any other elements?