Can you come up with the shortest solution to make a webpage entirely black?<p>Longest code example?:
data:text/html,<body style="background-color:#000000"><p>Shortest code example (with caveats)?
data:text/html,<body bgcolor=0><p>HTML5 no longer supports bgcolor attribute for <body> tag, but many browsers provide legacy support.<p>Unconventional solutions:<p>1. Turn display off<p>2. Modifying the web browser's default CSS to display black<p>3. Close eyes<p>4. EMP