<html> <head> <title>Simple page</title> </head> <body> <h1>Simple page</h1> <script> document.getElementById('foo'); </script> </body> </html>