Back to cheat sheet

Image

Put an exclamation mark (!) before a link to embed an image.

Markdown
![Alt text](https://example.com/image.png)
Preview

Alt text

HTML output
<p><img src="https://example.com/image.png" alt="Alt text"></p>

Tip — Alt text matters for accessibility and SEO.

Open in converter