Skip to content
Advertisement

Making a Button that outputs a greeting

I’m kinda new to programming and need help with integrating javascript and html. I am trying to make an html page that has a name input section and a submit button to give a greeting from the function in a javascript file. I’ve tried using the form and input tags and was wondering how i output to the html page.

Thank you in advance.

JavaScript
JavaScript

Advertisement

Answer

Do you want something like this?

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement