Off subject - HTML

I recently have been trying my hand in HTML on a web site hosting service called GoDaddy most of the site was built with drag and click but you can implement HTML into it. I am trying to create a button that when clicked copies text to the clickers clipboard.
Is anyone fluent in HTML and know how to do this or know if it is possible I’ve looked all over the web and cant find anything that works.

You would need some JavaScript. Try using w3schools to search up “clipboard” or something.

Oh,
I read up on it, and it looks like most internet browsers don’t ever allow it due to security reasons. The user has to do it manually.