Last Updated: February 25, 2016
·
1.202K
· damienalexandre

Quick testing HTML snippet

You can test an HTML snippet without creating any file by putting "data:text/html," in front of your code directly in your browser address bar.

data:text/html,<h1>I love ponies</h1>

Test it here!