Les images

La balise “image” est une balise HTML permettant d’afficher une image.

Voici un exemple simple:

<img src="images/fichier.jpg" alt="description" height="42" width="42">

Historique

La balise “image” est proposée par Marc Andreessen sur la liste de discussion “WWW-Talk” le 25 février 1993 (il est alors étudiant à l’université d’Illinois, âgé de 22 ans).

I'd like to propose a new, optional HTML tag:
IMG
Required argument is SRC="url". 
This names a bitmap or pixmap file for the browser to attempt to pull
over the network and interpret as an image, to be embedded in the text
at the point of the tag's occurrence.
An example is:
<IMG SRC="file://foobar.com/foo/bar/blargh.xbm">