Input
Output
<!DOCTYPE html> <html lang="en"> <head> <style> div { position: absolute; top: 50px; left: 100px; } </style> </head> <body> <div class="container"> <div >The position CSS property sets how an element is positioned in a document.</div> </div> </body> </html>