HTML/Immagini: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
→‎Inserire un'immagine: gli attributi width eed heigth non riducono i tempi di caricamento
Riga 87:
 
Es:
<source lang=html4strict>
 
base referer
poly map "Could I have a menu, please?" 0,0 0,10 10,10 10,0
Riga 96:
point http://www.tripod.com/ 200,200
rect mailto:nate@tripod.com 100,150 200,0 "Bugs?"
</source>
 
Nel codice HTML locale sarà invece presente un'immagine, caricata con attributo ismap, che funge da link verso il file .map:
<source lang=html4strict>
 
<A href="pathname image map (.map)">
<IMG src="pathname" [...] ISMAP>
</A>
</source>