images row github readme code example

Example 1: grid in readme md

Solarized dark             |  Solarized Ocean
:-------------------------:|:-------------------------:
![](https://...Dark.png)  |  ![](https://...Ocean.png)

Example 2: how to add image in github readme

![alt text](http://url/to/img.png)

Example 3: github adding images to readme

![alt text](http://url/to/img.png)

Example 4: image side by side readme.md

<p float="left">
  <img src="/img1.png" width="100" />
  <img src="/img2.png" width="100" /> 
  <img src="/img3.png" width="100" />
</p>

Tags:

Html Example