Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 939 Bytes

15-balise-image.md

File metadata and controls

30 lines (22 loc) · 939 Bytes
layout title
page
Balise IMG

Les images

La balise "image" est une balise HTML permettant d'afficher une image. C'est l'une des balises HTML les plus anciennes.

Voici un exemple simple:

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

Historique

La balise "image" n'a pas été créée par Tim Berners-Lee. Elle a été 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">