Calling a function from an external JavaScript file in HTML
I'm learning HTML and practicing in the StackBlitz in-browser IDE. I'm trying to use a element's onclick to change the text of a <p> element, but nothing's happening when I click the button. Code in the index.html file: <!DOCTYPE html>…