Re: Image Tag

On Tue, Jul 09, 2002, Simon Fuhrmann wrote:
> Why there is no file-extension (.png or so) in the img-tag src-attribut 
> value (src="http://www.w3.org/Icons/valid-html401")?

That's called Content-Negociation. It's a feature of the HTTP protocol
which allows "equivalent" resources to be negociated on the basis of
what the client declares (in most cases the client is your browser,
which says "I like PNGs more than GIFs", for example) to return the
"best choice".

More info here:
http://www.w3.org/Protocols/HTTP/Negotiation.html

-- 
Olivier

Received on Wednesday, 10 July 2002 00:49:58 UTC