AnOdeToNoOne
10-13-2002, 09:38 AM
first off, on w3c, they say to start using
<META http-equiv="Content-Style-Type" content="text/css">
in your html documents, can someone please explain why this is nessesary and the benifits in using this? to either browsers or anything...
second thing, i was told by my instructor that defining the image size will speed up loading of images and things.
so, ie:
if i got an img tag such *** <img src="img.gif"> and the image is 200x200px
is there going to be a faster load if the image is <img src"img.gif" width="200" height="200">
and why.
i kno maybe an anoying question but my instructor didnt really answer it to how i could understand him, any help on both those questions would be nice
thankyou for your time.
<META http-equiv="Content-Style-Type" content="text/css">
in your html documents, can someone please explain why this is nessesary and the benifits in using this? to either browsers or anything...
second thing, i was told by my instructor that defining the image size will speed up loading of images and things.
so, ie:
if i got an img tag such *** <img src="img.gif"> and the image is 200x200px
is there going to be a faster load if the image is <img src"img.gif" width="200" height="200">
and why.
i kno maybe an anoying question but my instructor didnt really answer it to how i could understand him, any help on both those questions would be nice
thankyou for your time.