1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <style> body, html { height: 100%; width: 100%; } #spacer { width: 1500px; height: 1500px; background-color: red; } </style> <body> <p>This page is scrollable.</p> <div id="spacer"></div> </body>