Images

Using Markdown, images or other graphics are written similarly to links, except they begin with an exclamation mark (!). The equation for an image is an exclamation mark, followed by square brackets with an image description, followed by the URL to the image in parentheses.

Markdown
![GitHub logo with absolute URL](https://media-ed-online.github.io/intro-web-dev-resources/graphics/icons/github-icon.png)

![GitHub logo with relative URL](./images/github-icon.png)
Preview
github logo github logo

Note Hover you cursor over the icons above to see how each was linked!


See more on images.


development image markdown