I am new to programming and I have basic HTML skills.
I am creating a basic web site and I have information in a paragraph and the information is separated by <br>
tags. I am looking to add a "copy to clipboard" button and function so that the 16 lines of information are saved to the clipboard.
<p>
this is the 1st line<br>
this is the 2nd line<br>
...
this is the 16th line [copy to clipboard]
<p>