HTML5

Image from i.redditmedia.com and submitted by ganjapolice
image showing HTML5

AtakanErmis on August 9th, 2017 at 05:55 UTC »

Orange:HTML Blue:Javascript Pink:CSS

IskaneOnReddit on August 9th, 2017 at 09:39 UTC »

<!DOCTYPE html> <html> <head> <title>MyCoolWebpage.io</title> <style> html, body { width: 100%; height: 100%; margin: 0px; border: 0px; overflow: hidden; display: block; } canvas { position: absolute; left: 0px; top: 0px; } </style> <script type="text/javascript" src="main.js"></script> </head> <body> <canvas></canvas> </body> </html>

Prophet_Of_Loss on August 9th, 2017 at 10:33 UTC »

I refuse to code in HTML until the <blink> tag is reinstated.