I want to include some JavaScript on my site.

I'm assuming that I can just add a HTML block with the tag. Is that correct?

In particular I would like to add a click handler to a button.
It doesn't seem that your button object supports that.
Nor do I see a way to add an ID to a button object to the JavaScript can reference it.

What do you suggest?