<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
img {
border: 1px solid black;
float: left;
}
a {
border: 1px solid red;
display: inline-block;
}
</style>
</head>
<body>
<a href="#"><img
src="http://m.o2fo.com/style/download.png" /></a>
</body>
</html>