1 2 3 4 5 6
<!DOCTYPE html> <html> <body> <script> document.cookie = "foo=bar"; </script> </body> </html>