Image Widths

This example demonstrates how to set the width of an image using a pixel value.

HTML file: Displayed by browser:
<style>
img {
   width: 200px;
}
</style>
<body>
<img src="../html_beg/images/smiley.gif" width="32" height="32">
</body>

Back button Table of Contents Next button