<html>
<head>
<style type="text/css">
img.normal
{
height: auto
}
img.big
{
height: 50%
}
img.small
{
height: 10%
}
</style>
</head>
<body>
<img class="normal" src="/i/eg_smile.gif" />
<br />
<img class="big" src="/i/eg_smile.gif" />
<br />
<img class="small" src="/i/eg_smile.gif" />
</body>
</html>