generate html from descriptionThu, 04 May 2023
user click a button start to speak and click the button to stop input, finally converted into text and output to the page
<button id="speak-button">Speak</button> <input type="button" id="stop" value="Stop"> <p id="output"></p>