Height and Width Tags

Include the HEIGHT and WIDTH tags for graphics in your HTML code. With this information, the browser begins to load your page with text, leaving space for the slower-loading graphics and enabling the viewer to immediately begin reading the page.

HEIGHT and WIDTH are represented by pixels per inch. The HTML tag is for the photo below is

<IMG SRC="hw.gif" WIDTH="360" HEIGHT="241" >

Height and Width Tags from the Yale C/AIM Web Style Guide

Size and Proportion in Web Graphics from Dimitry's Design Lab


Do-It-Yourself Guide

Graphics