Skip to content

Instantly share code, notes, and snippets.

@danbovey
Forked from markknol/browser-support-table.md
Last active June 13, 2023 14:13
Show Gist options
  • Save danbovey/b468c2f810ae8efe09cb5a6fac3eaee5 to your computer and use it in GitHub Desktop.
Save danbovey/b468c2f810ae8efe09cb5a6fac3eaee5 to your computer and use it in GitHub Desktop.
Browser support table in markdown

Table

Chrome Firefox IE Opera Safari
Latest ✔ Latest ✔ 10+ ✔ Latest ✔ 6.1+ ✔

Code

![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)
--- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | 10+ ✔ | Latest ✔ | 6.1+ ✔ |

MOARRR logos!

https://github.com/alrra/browser-logos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment