I know how to create a button in HTML but how would I create a JavaScript
function that when the button is pressed it keeps creating multiple buttons and just keeps adding them to the screen?
<script>
function repeats() {
?
}
</script
<input id ="addsubmit" type="submit" value= "Submit" style = "margin-top: 25px;">
</input>
Here you go – please let me know is this what you asked for 🙂