<html>
<head>
<title></title>
<style type="text/css">
.leftFloat {
float: left
}
.rightFloat {
float: right
}
p {
clear: left;
}
</style>
</head>
<body>
<img src="http://java2s.com/style/logo.png" class="leftFloat" alt="cover" />
<p>This is the book cover for the <em></em>.</p><img src="http://java2s.com/style/logo.png" class="rightFloat" alt="cover" />
<p>This is the book cover for the <em></em>.</p>
</body>
</html>