Preview:
<!DOCTYPE html>
<html>
<body>
​
<h2>My First Web Page</h2>
<p>My First Paragraph.</p>
​
<p id="demo"></p>
​
<script>
document.getElementById("demo").innerHTML = 5 + 6;
</script>
​
</body>
</html> 
​
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter