[Solved] First Web Application and Just need to know the First Step [closed]
As you say, HTML + javascript. I would recommend you using at least jQuery as you can get and modify HTML elements easily but you can go with just HTML + css + js (it’s slightly harder). With jQuery you can listen to page events, like click. $(document).on(“click”, function() { // Change text attributes. For … Read more