代码示例:(标识:eg_csse_vertical-align)
<html>

<head>
<style type="text/css">
img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
</style>
</head>

<body>

<p>
这是一幅<img class="top" border="0" src="/static/demo/images/eg_cute.gif" />位于段落中的图像。
</p> 

<p>
这是一幅<img class="bottom" border="0" src="/static/demo/images/eg_cute.gif" />位于段落中的图像。
</p>

</body>

</html>
运行结果: