1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html style="background:green;"> <head> <script> if (window.internals) internals.setPageScaleFactor(0.5); </script> </head> <body> </body>