Adding
width and height ValuesThe next thing you'll want to do for your image is add width and height values. This actually assists browsers in rendering images more efficiently, so it's always a good idea to add this information.You can find the image's width and height in a couple ways. The first way is that you can look for it in your imaging editor (see Figure 3-2).
Figure 3-2. Look for the width and height in pixels for your imagehere, Photoshop displays the width and height at the top of the Image Size dialog box.

Figure 3-3. I opened the image in my browser, and the image width and height appear within the browser's title bar.

<img src="photo.jpg" width="250" height="188" />