Placement balise ALT sur image en HTML
Résolu
marie LN
-
VISITEUR -
VISITEUR -
Bonjour,
je souhaite entrer les balises alt pour les images de mon site mais suis novice et ne sais pas exactement comment les placer
voici extrait script
<table width="880" border="3" cellspacing="10" height="430">
<tr>
<td bgcolor="#CCCCCC" bordercolor="#FFFFFF" width="265" align="center" height="395"><img src="../../images/photos/the-knot-200-410-web.jpg" width="152" height="399" border="0"></td>
<td height="395" align="center" bgcolor="#FFFFFF" width="541">
<p><font face="Georgia, Times New Roman, Times, serif" size="3"><b><cite><font color="#9E9E9E">Catering
to <font color="99cc00">parties, events and weddings</font> that
require <font color="#99CC00">three to twenty floral arrangements</font>,
povez vous m aide en me disant exactement ou la placer, si elle peut etre sur un ligne differente, syntaxe.... bref tout pour debutante....
merci d avance!
je souhaite entrer les balises alt pour les images de mon site mais suis novice et ne sais pas exactement comment les placer
voici extrait script
<table width="880" border="3" cellspacing="10" height="430">
<tr>
<td bgcolor="#CCCCCC" bordercolor="#FFFFFF" width="265" align="center" height="395"><img src="../../images/photos/the-knot-200-410-web.jpg" width="152" height="399" border="0"></td>
<td height="395" align="center" bgcolor="#FFFFFF" width="541">
<p><font face="Georgia, Times New Roman, Times, serif" size="3"><b><cite><font color="#9E9E9E">Catering
to <font color="99cc00">parties, events and weddings</font> that
require <font color="#99CC00">three to twenty floral arrangements</font>,
povez vous m aide en me disant exactement ou la placer, si elle peut etre sur un ligne differente, syntaxe.... bref tout pour debutante....
merci d avance!
A voir également:
- Placement balise ALT sur image en HTML
- Editeur html - Télécharger - HTML
- Image iso - Guide
- Alt gr ne fonctionne plus ✓ - Forum Windows
- Alt shift - Forum Windows XP
- Image de manchots sur une image de plage. - Forum Graphisme
3 réponses
le Alt c'est plus pour l'ergonomie, en cas ou l'image ne s'affiche pas ou ne se charge pas le navigateur "IE ou FIREFOX" affiche ce que ta écrit sur le alt, et enfin pour le référencement google prend en compte ce qu'il y'a dans le Alt et le Title aussi, et aussi pour les personne non-voyants qui ont des outille qui ne distingue que du TEXT et pour finir si tu ne met pas le Alt ton code ne sera pas conforme 3WC ;')
Salut,
Voilà ;)
<td bgcolor="#CCCCCC" bordercolor="#FFFFFF" width="265" align="center" height="395"><img src="../../images/photos/the-knot-200-410-web.jpg" width="152" height="399" border="0" alt="description image"></td>
Voilà ;)