Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
Address:<br>
<textarea id="myTextarea">
342 Alvin Road
Ducksburg</textarea>
<p>Click the button to select the content of the text area.</p>
<button type="button" onclick="myFunction()">Try it</button>
<script>
function myFunction() {
  document.getElementById("myTextarea").select();
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_textarea_select by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:53:13 GMT -->
</html>