Can’t understand why two different browsers present different screens while connecting to same http server.
Firefox browser presnts the latest change made in the script whereas chrome stuck on previous webpage appearance run last time.
Chrome is caching the web page files. Try Ctrl + Shift + R to reload the page without cache.
To get the changes you have to reflect in the IDE’s webpage, right-click on the page in the IDE and click “refresh frame” (Chrome) or “this frame → reload frame” (Firefox).
To get the changes you have to reflect in the IDE’s webpage, now you just have to click the WEBPAGE button again. Each time the button is clicked, the web page is refreshed.