<!doctype html> <html> <head> <title>GopherJS DOM example - Create and Append Element</title> </head> <body> <div id="foo">Click me to create and add new element</div> <script src="demo.js"></script> </body> </html>