In Internet Explorer back in the day you could type this into the URL bar:
about:<body bgcolor=red>
And the screen would turn red.
Is there an equivalent "heredoc" syntax for loading HTML via a URL in Chrome?
In Internet Explorer back in the day you could type this into the URL bar:
about:<body bgcolor=red>
And the screen would turn red.
Is there an equivalent "heredoc" syntax for loading HTML via a URL in Chrome?
A data URI, perhaps?
Ironically, this does not work on IE, although MSDN claims this is due to security reasons.