<!-- The text field --><input type="text" value="Are You Stupid or Something?" id="myInput"><!-- The button used to copy the text --><button onclick="myFunction()">Copy text</button>