1 <html> 2 3 <head> 4 <META HTTP-EQUIV="Set-Cookie" CONTENT="mykey=myval"> 5 <title>Hello World</title> 6 </head> 7 8 <body> 9 <b><h1>Hello there!</h1></b> 10 </body> 11 12 </html> 13 14