# Modification manuelle de l'attribut alt de l'image

**URL:** https://meta.discourse.org/t/manually-editing-the-alt-image-attribute/122811
**Category:** Support
**Created:** [Juillet 12, 2019, 4:37 UTC](https://meta.discourse.org/t/manually-editing-the-alt-image-attribute/122811 "2019-07-12T16:37:34Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [Juillet 13, 2019, 12:34 UTC](https://meta.discourse.org/t/manually-editing-the-alt-image-attribute/122811/2 "2019-07-13T00:34:27Z")

</div>

Le HTML brut devrait fonctionner, vous pouvez également utiliser [Commonmark](https://commonmark.org/help).

 ![texte alternatif ici](https://global.discourse-cdn.com/meta/original/3X/f/d/fdb9e7d78e3a046ed7846342b7670779f7f8374b.png "texte du titre ici")

`![texte alternatif ici](upload://Acz6ggl3eq3U1mHPZAIoOcZA3iP.png "texte du titre ici")`

Le HTML résultant est

`<img src="https://...image.png" alt="texte alternatif ici" title="texte du titre ici" width="511" height="500">`

Vous pouvez le vérifier vous-même en appuyant sur la touche F12 dans votre navigateur et en inspectant le HTML rendu, ci-dessus ↑

Notez la présence des textes ALT et TITLE dans le HTML résultant.

---

_[View the full topic](https://meta.discourse.org/t/manually-editing-the-alt-image-attribute/122811)._
