image-sizing.html   [plain text]


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
 <head>
  <title>Image sizing</title>
 </head>
 <body>
  <p>These images should all look the same, square not rectangular.</p>
  <p><img src="resources/compass.jpg" width="64" height="64" alt="compass"></p>
  <p><img src="resources/compass.jpg" width="64" alt="compass"></p>
  <p><img src="resources/compass.jpg" height="64" alt="compass"></p>
 </body>
</html>