Quick question about specifying the size of images in pixels:
As far as I know, you do not add the px
label to width/height attribute values on the img
tag itself, and I believe (though could be wrong) it's because pixels are used regardless. In CSS, however, one may use different units to specify width and height, therefore it is appropriate to add the label when using CSS.