<!DOCTYPE html> <html> <head> <style> .box { position: static; } </style> </head> <body> <div class="box">Box</div> </body> </html>