1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<html> <head> <style> body { margin: 0px; } div { width:200px; height:200px; display: inline-block; position: absolute; } </style> </head> <body> <div style="background-color:green"></div> </body> </html>