<html>
<head>
<style>
img.top {vertical-align:text-top;}
img.bottom {vertical-align:text-bottom;}
</style>
</head>
<body>
<p>An <img src="/upload/love/css.gif" alt="shouce.ren" width="270" height="50" /> image with a default alignment.</p>
<p>An <img class="top" src="/upload/love/css.gif" alt="shouce.ren" width="270" height="50" /> image with a text-top alignment.</p>
<p>An <img class="bottom" src="/upload/love/css.gif" alt="shouce.ren" width="270" height="50" /> image with a text-bottom alignment.</p>
</body>
</html>